Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
adrifoster committed Oct 31, 2024
1 parent 127fa7b commit c6157d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fates
Submodule fates updated 43 files
+13 −0 .gitmodules
+9 −8 biogeochem/EDCohortDynamicsMod.F90
+23 −20 biogeochem/EDLoggingMortalityMod.F90
+124 −162 biogeochem/EDPatchDynamicsMod.F90
+67 −59 biogeochem/EDPhysiologyMod.F90
+2 −1 biogeochem/FatesSoilBGCFluxMod.F90
+10 −10 fire/FatesFuelMod.F90
+3 −3 fire/SFMainMod.F90
+1 −1 fire/SFParamsMod.F90
+135 −2 main/ChecksBalancesMod.F90
+31 −6 main/EDInitMod.F90
+18 −2 main/EDMainMod.F90
+131 −18 main/EDTypesMod.F90
+75 −44 main/FatesHistoryInterfaceMod.F90
+48 −8 main/FatesRestartInterfaceMod.F90
+1 −1 parameter_files/patch_default_bciopt224.xml
+2 −2 testing/CMakeLists.txt
+97 −0 testing/README.testing.md
+115 −108 testing/build_fortran_tests.py
+122 −0 testing/cime_setup.md
+20 −0 testing/functional_class.py
+0 −148 testing/functional_testing/allometry/allometry_plotting.py
+195 −0 testing/functional_testing/allometry/allometry_test.py
+2 −1 testing/functional_testing/fire/CMakeLists.txt
+3 −3 testing/functional_testing/fire/FatesTestFuel.F90
+20 −17 testing/functional_testing/fire/SyntheticFuelModels.F90
+0 −96 testing/functional_testing/fire/fuel_plotting.py
+187 −0 testing/functional_testing/fire/fuel_test.py
+0 −52 testing/functional_testing/math_utils/math_plotting.py
+75 −0 testing/functional_testing/math_utils/math_utils_test.py
+20 −0 testing/functional_tests.cfg
+38 −25 testing/path_utils.py
+269 −307 testing/run_functional_tests.py
+143 −0 testing/run_unit_tests.py
+14 −0 testing/testing.yml
+5 −0 testing/unit_tests.cfg
+165 −40 testing/utils.py
+1 −0 tools/landusedata
+0 −55 tools/luh2/README.md
+0 −11 tools/luh2/conda-luh2.yml
+0 −146 tools/luh2/luh2.py
+0 −57 tools/luh2/luh2.sh
+0 −254 tools/luh2/luh2mod.py

0 comments on commit c6157d5

Please sign in to comment.