Skip to content

Commit

Permalink
Merge branch 'singhbalwinder/atm/costlite-testmod' into next (PR #1403)
Browse files Browse the repository at this point in the history
Add test mods directory for running cosp lite configuration

This PR adds a test mods directory so that any test/compset can be run
with cosp lite without having to create a new compset.

[BFB] - Bit-For-Bit
  • Loading branch information
susburrows committed Apr 19, 2017
2 parents dcd3349 + af7d347 commit f91df7e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
cosp_lite = .true.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
./xmlchange --append CAM_CONFIG_OPTS='-cosp'
1 change: 1 addition & 0 deletions cime/config/acme/machines/config_pio.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<values>
<value>pnetcdf</value>
<value mach="userdefined">netcdf</value>
<value mach="melvin">netcdf</value>
<value mach="eastwind">netcdf</value>
<value mach="constance">netcdf</value>
<value mach="cascade">netcdf</value>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
if [ `./xmlquery MACH -value` = "melvin" ]; then
./xmlchange PIO_TYPENAME=netcdf
fi

./xmlchange ROF_NCPL=48

0 comments on commit f91df7e

Please sign in to comment.