-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add tests in elm for surface water dynamics with calibrated parameter…
…s for NLDAS domain
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
components/elm/cime_config/testdefs/testmods_dirs/elm/surface_water_dynamics/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 DATM_MODE=CLMMOSARTTEST | ||
|
||
./xmlchange LND_DOMAIN_FILE=domain.lnd.nldas2_0224x0464_c110415.nc | ||
./xmlchange ATM_DOMAIN_FILE=domain.lnd.nldas2_0224x0464_c110415.nc | ||
./xmlchange LND_DOMAIN_PATH="\$DIN_LOC_ROOT/share/domains/domain.clm" | ||
./xmlchange ATM_DOMAIN_PATH="\$DIN_LOC_ROOT/share/domains/domain.clm" | ||
|
||
./xmlchange -file env_run.xml -id DATM_CLMNCEP_YR_END -val 2000 | ||
./xmlchange -file env_run.xml -id DATM_CLMNCEP_YR_START -val 2000 | ||
./xmlchange -file env_run.xml -id DATM_CLMNCEP_YR_ALIGN -val 1 |
2 changes: 2 additions & 0 deletions
2
components/elm/cime_config/testdefs/testmods_dirs/elm/surface_water_dynamics/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,2 @@ | ||
fsurdat = '$DIN_LOC_ROOT/lnd/clm2/surfdata_map/surfdata_nldas2_simyr2000_c181207_surfacewater.nc' | ||
use_modified_infil = .true. |