Skip to content

Commit

Permalink
Merge 'singhbalwinder/atm/cosplite-nhtfrq5' into master (PR #1530)
Browse files Browse the repository at this point in the history
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
jgfouca committed May 16, 2017
2 parents 6617c32 + c600fc8 commit 689b08b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
cosp_lite = .true.
nhtfrq = 5
mfilt = 1
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
2 changes: 1 addition & 1 deletion scripts/lib/update_acme_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"ERS.f09_g16_g.MPASLISIA",
"SMS.T62_oQU120_ais20.MPAS_LISIO_TEST",
"SMS.f09_g16_a.IGCLM45_MLI",
("SMS_Ln5.ne4_ne4.FC5AV1C-L", "cam-cosplite"),
("SMS_Ln5.ne4_ne4.FC5AV1C-L", "cam-cosplite_nhtfrq5"),
"SMS_D_Ln5.ne16_ne16.FC5AV1F",
"SMS_D_Ln5.ne16_ne16.FC5AV1C",
"SMS_D_Ln5.ne16_ne16.FC5AV1C-01",
Expand Down

0 comments on commit 689b08b

Please sign in to comment.