Skip to content
Snippets Groups Projects
actorsChanges.txt 3.04 KiB
Newer Older
  • Learn to ignore specific revisions
  • ashleymedin's avatar
    ashleymedin committed
    driver
    
    ashleymedin's avatar
    ashleymedin committed
    /summaActors_alarms.f90 -- remove
    /summaActors_globalData.-- could combine and remove, renamed for now
    
    ashleymedin's avatar
    ashleymedin committed
    /summaActors_type.f90   -- could combine and remove, renamed for now, adds a new function, but don't use both
    /summaActors_util.f90   -- could combine and remove, renamed for now, adds a new function, but don't use both
    /summaversion.inc       -- remove
    
    ashleymedin's avatar
    ashleymedin committed
    
    
    dshare
    
    ashleymedin's avatar
    ashleymedin committed
    /csv_file_1d.f90 -- remove?? not seeing it used anywhere?
    /csv_file_2d.f90 -- remove?? not seeing it used anywhere?
    /csv_file.f90   -- remove?? IS this only in kinsol? do we need?
    /data_types.f90 -- has a lot
    
    ashleymedin's avatar
    ashleymedin committed
    /globalData.f90 -- remove with ACTORS_ACTIVE adds forcing stuff and tmZoneOffsetFracDay, fracJulDay, yearLength not as global
    
    ashleymedin's avatar
    ashleymedin committed
    /varLookup.f90  -- remove with ACTORS_ACTIVE uses a iso_c binding call
    
    
    engine
    
    ashleymedin's avatar
    ashleymedin committed
    can remove sundials folder shouldn't need with SUNDIALS_ACTIVE
    
    ashleymedin's avatar
    ashleymedin committed
    /sundials/coupled_em.f90 -- remove with ACTORS_ACTIVE needs fracJulDay, yearLength
    
    ashleymedin's avatar
    ashleymedin committed
    /sundials/mDecisions.f90 -- remove with ACTORS_ACTIVE called with iso_c binding
    /sundials/t2enthalpy.f90 -- remove
    /alloc_fileAccess.f90 -- new
    /allocspace[Actors].f90 -- this is a replacement, rename, and see how changes CHECK IF NECESSARY!
    /check_icondActors.f90-- could combine and remove, renamed for now, adds a new function, but don't use both
    
    ashleymedin's avatar
    ashleymedin committed
    /checkStruc.f90 -- remove
    /coupled_em.f90 -- remove shouldn't need the non-sundials version
    
    ashleymedin's avatar
    ashleymedin committed
    /derivforce.f90 -- remove with ACTORS_ACTIVE tmZoneOffsetFracDay needs to be variable not global
    /ffile_info.f90 -- very different, call this ffile_infoActors?
    /mDecisions.f90 -- remove shouldn't need the non-sundials version
    
    /read_dimension.-- remove, part of read_attrb, - some deallocation changes, use this in all (not actually used in actors, ??)
    
    
    ashleymedin's avatar
    ashleymedin committed
     - also Actors assumes don't have aspect variable .. why?
    
    ashleymedin's avatar
    ashleymedin committed
    /read_pinit.f90 -- remove
    /vegPhenlgy.f90 -- remove with ACTORS_ACTIVE needs fracJulDay, yearLength
    
    SUMMA_FILEACCESS_INTERFACE = \
    		output_structure.f90 \
    		cppwrap_fileAccess.f90 \
    		read_attrb.f90 \
    		read_force.f90 \
    		read_param.f90 \
    		read_icondFromStructure.f90 \
    ARE THESE ALL SORT OF REPEATS?? DO WE EVEN USE ALL OF THEM? specifically read_icondFromStructure ... what is that ... do we call its
    Can we give them the same names as the regular summa files if they are repeats, so we know to change them??
    
    
    
    ashleymedin's avatar
    ashleymedin committed
    
    changed calls in run_oneHRU so can use (modded) currently in actors /derivforce.f90 /coupled_em.f90 /vegPhenlgy.f90 as is
    
    
    
    hookup
    /ascii_util.f90          -- use Kyle's version everywhere!! (so remove)
    /summaActors_FileManager.-- could combine and remove, renamed for now??
    
    
    
    ashleymedin's avatar
    ashleymedin committed
    lapack    -- remove
    /Makefile -- remove
    /README   -- remove
    
    ashleymedin's avatar
    ashleymedin committed
    netcdf
    /def_output.f90   -- has a lot ... use Kyle's? Hard to tell which is Actors specific and which is just changed
    /netcdf_util.f90  -- remove
    /read_icondActors.-- has a lot ... could combine and remove, renamed for now,
    
    ashleymedin's avatar
    ashleymedin committed
    /writeOutput.f90  -- part of modelwrite.f90 -- renamed to modelwrite so can replace, and then IS THIS VERSION BETTER can we change the other version and put a few compiler directives in?
    /writeRestart.f90 -- remove, same in modelwrite, part of it