-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'thorntonpe/lnd/IM3_testing_2'(PR #6607)
Change handling for how snow burial of shrubs is calculated, with parameterization for bending of stems. Change the treatment of surface weather downscaling on topounits, so that the downscaling happens when using the coupler bypass code branch. Introduce four new parameters controlling the burial of shrubs by snow into vegetation physiology file. If new parameters are not included on the physiology file the code replaces with default values, which then produce BFB results with code before this PR. The four new parameters are: taper, stocking, bendresist, and vegshape. Development Lead: Rich Fiorella rfiorella@lanl.gov Development Team: Katrina Bennett kbennett@lnl.gov, Cade Trotter ctrotter@lanl.gov, Claire Bachand cbachand@lanl.gov [BFB]
- Loading branch information
Showing
21 changed files
with
1,065 additions
and
446 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
components/elm/cime_config/testdefs/testmods_dirs/elm/snowveg_arctic/shell_commands
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
./xmlchange LND_DOMAIN_FILE=domain_42_FLUXNETSITES_simyr1850_c170912.nc | ||
./xmlchange ATM_DOMAIN_FILE=domain_42_FLUXNETSITES_simyr1850_c170912.nc | ||
./xmlchange LND_DOMAIN_PATH="\$DIN_LOC_ROOT/share/domains/domain.clm" | ||
./xmlchange ATM_DOMAIN_PATH="\$DIN_LOC_ROOT/share/domains/domain.clm" | ||
./xmlchange DATM_MODE=CLM1PT | ||
./xmlchange DATM_CLMNCEP_YR_START=2000 | ||
./xmlchange DATM_CLMNCEP_YR_END=2000 | ||
./xmlchange ELM_USRDAT_NAME=42_FLUXNETSITES | ||
./xmlchange NTASKS=1 | ||
./xmlchange NTHRDS=1 |
8 changes: 8 additions & 0 deletions
8
components/elm/cime_config/testdefs/testmods_dirs/elm/snowveg_arctic/user_nl_elm
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
fsurdat = '$DIN_LOC_ROOT/lnd/clm2/surfdata_map/surfdata_42_FLUXNETSITES_simyr1850_c170912.nc' | ||
! this test has a parameter file with four new parameters defined for NGEE Arctic IM3 | ||
! meant to improve snow-vegetation interactions. | ||
! bendresist -> varies between 0 and 1, represents how much vegetation bends under snow loading | ||
! vegshape -> suggested value 1 (parabolic), but 2 also used previously (Liston and Heimstra, 2011) | ||
! taper -> deadstem height/radius ratio, moved from hardcoded in VegStructUpdateMod to pftvarcon | ||
! stocking -> individual density on landscape (plants/m2), moved from hardcoded in VegStructUpdateMod to pftvarcon | ||
paramfile = '$DIN_LOC_ROOT/lnd/clm2/paramdata/clm_params_ngeea-im3_c240822.nc' |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.