-
Notifications
You must be signed in to change notification settings - Fork 376
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "update fates hydro test module to change sapwood allometry mode"
This reverts commit ed346d4.
- Loading branch information
Showing
2 changed files
with
0 additions
and
16 deletions.
There are no files selected for viewing
15 changes: 0 additions & 15 deletions
15
components/elm/cime_config/testdefs/testmods_dirs/elm/fateshydro/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 |
---|---|---|
@@ -1,17 +1,2 @@ | ||
#!/bin/bash | ||
if [ `./xmlquery --value MACH` == bebop ]; then ./xmlchange --id LND_PIO_TYPENAME --val netcdf; fi | ||
module load e4s | ||
spack env activate gcc | ||
spack load nco | ||
|
||
SRCDIR=`./xmlquery SRCROOT --value` | ||
CASEDIR=`./xmlquery CASEROOT --value` | ||
FATESDIR=$SRCDIR/src/fates | ||
FATESPARAMFILE=$CASEDIR/fates_params_hydrograsstempfix.nc | ||
|
||
ncgen -o $FATESPARAMFILE $FATESDIR/parameter_files/fates_params_default.cdl | ||
|
||
$FATESDIR/tools/modify_fates_paramfile.py --O --fin $FATESPARAMFILE --fout $FATESPARAMFILE --var fates_allom_smode --val 1 --allpfts | ||
|
||
spack unload nco | ||
module unload e4s |
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