-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge 'singhbalwinder/atm/cosplite-nhtfrq5' into master (PR #1530)
Added a new cosplite test mods directory with nhtfrq=5 This PR also replaces cosplite test with this new test mods directory so that the test writes out history file after 5 time steps. [BFB] - Bit-For-Bit * origin/singhbalwinder/atm/cosplite-nhtfrq5: Added a new cosplite test mods directory with nhtfrq=5
- Loading branch information
Showing
3 changed files
with
7 additions
and
1 deletion.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
config/acme/testmods_dirs/allactive/cam/cosplite_nhtfrq5/user_nl_cam
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,3 @@ | ||
cosp_lite = .true. | ||
nhtfrq = 5 | ||
mfilt = 1 |
3 changes: 3 additions & 0 deletions
3
config/acme/testmods_dirs/allactive/cam/cosplite_nhtfrq5/xmlchange_cmnds
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,3 @@ | ||
#!/bin/bash | ||
./xmlchange --append CAM_CONFIG_OPTS='-cosp' | ||
if [ `./xmlquery -value MACH` == cetus ]; then sed s/64M/128M/ env_mach_specific.xml >tmp && mv tmp env_mach_specific.xml; fi |
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