Skip to content

Commit

Permalink
update fuel classes
Browse files Browse the repository at this point in the history
  • Loading branch information
adrifoster committed Sep 4, 2024
1 parent 0999a32 commit 4161a02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/fates
Submodule fates updated 40 files
+137 −119 biogeochem/EDCanopyStructureMod.F90
+16 −19 biogeochem/EDPatchDynamicsMod.F90
+3 −3 biogeochem/EDPhysiologyMod.F90
+168 −5 biogeochem/FatesAllometryMod.F90
+1 −2 biogeochem/FatesCohortMod.F90
+0 −12 biogeochem/FatesLitterMod.F90
+326 −95 biogeochem/FatesPatchMod.F90
+18 −13 biogeophys/FatesPlantRespPhotosynthMod.F90
+2 −0 fire/CMakeLists.txt
+64 −0 fire/FatesFuelClassesMod.F90
+343 −0 fire/FatesFuelMod.F90
+40 −2 fire/SFFireWeatherMod.F90
+115 −402 fire/SFMainMod.F90
+8 −3 fire/SFNesterovMod.F90
+10 −15 fire/SFParamsMod.F90
+0 −10 main/EDInitMod.F90
+4 −1 main/EDParamsMod.F90
+13 −0 main/EDPftvarcon.F90
+39 −1 main/EDTypesMod.F90
+16 −15 main/FatesHistoryInterfaceMod.F90
+2 −2 main/FatesInterfaceMod.F90
+5 −4 main/FatesRestartInterfaceMod.F90
+9 −9 parameter_files/fates_params_default.cdl
+1 −1 radiation/FatesNormanRadMod.F90
+1 −1 radiation/FatesRadiationDriveMod.F90
+0 −3 radiation/FatesTwoStreamUtilsMod.F90
+1 −0 testing/CMakeLists.txt
+4 −13 testing/functional_testing/allometry/FatesTestAllometry.F90
+1 −40 testing/functional_testing/allometry/allometry_plotting.py
+27 −0 testing/functional_testing/fire/CMakeLists.txt
+274 −0 testing/functional_testing/fire/FatesTestFireMod.F90
+131 −0 testing/functional_testing/fire/FatesTestFuel.F90
+401 −0 testing/functional_testing/fire/SyntheticFuelModels.F90
+70 −0 testing/functional_testing/fire/fuel_plotting.py
+10 −0 testing/run_fates_tests.py
+1 −0 testing/testing_shr/CMakeLists.txt
+36 −0 testing/testing_shr/FatesArgumentUtils.F90
+40 −1 testing/testing_shr/FatesUnitTestIOMod.F90
+64 −17 testing/unit_testing/fire_weather_test/test_FireWeather.pf
+40 −0 testing/utils.py
2 changes: 1 addition & 1 deletion src/main/histFileMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ module histFileMod
use FatesInterfaceTypesMod , only : nlevheight
use FatesInterfaceTypesMod , only : nlevdamage
use FatesConstantsMod , only : n_landuse_cats
use FatesLitterMod , only : nfsc
use FatesFuelClassesMod , only : nfsc
use FatesLitterMod , only : ncwd
use PRTGenericMod , only : num_elements_fates => num_elements
use FatesInterfaceTypesMod , only : numpft_fates => numpft
Expand Down
2 changes: 1 addition & 1 deletion src/utils/clmfates_interfaceMod.F90
Original file line number Diff line number Diff line change
Expand Up @@ -3648,7 +3648,7 @@ subroutine hlm_bounds_to_fates_bounds(hlm, fates)
use FatesInterfaceTypesMod, only : nlevsclass, nlevage, nlevcoage
use FatesInterfaceTypesMod, only : nlevheight
use FatesInterfaceTypesMod, only : nlevdamage
use FatesLitterMod, only : nfsc
use FatesFuelClassesMod, only : nfsc
use FatesLitterMod, only : ncwd
use EDParamsMod, only : nlevleaf, nclmax
use FatesInterfaceTypesMod, only : numpft_fates => numpft
Expand Down

0 comments on commit 4161a02

Please sign in to comment.