Skip to content

Commit

Permalink
Attribute cleanup, allow coupled executable to run as standalone; upd…
Browse files Browse the repository at this point in the history
…ate WW3 to use CPP instead of switches (was #880) (#868)


updates NEMS to clean up the setting of Attributes and allow coupled executable to run as standalone ATM
updates WW3 to allow use of CPP ifdefs instead of the WW3 switch fortran pre-processor
 
Co-authored-by:  @JessicaMeixner-NOAA
  • Loading branch information
DeniseWorthen authored Nov 3, 2021
1 parent 5a548b9 commit eb42fb8
Show file tree
Hide file tree
Showing 19 changed files with 1,589 additions and 1,586 deletions.
2 changes: 1 addition & 1 deletion NEMS
2 changes: 1 addition & 1 deletion WW3
Submodule WW3 updated 190 files
148 changes: 74 additions & 74 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

426 changes: 213 additions & 213 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

422 changes: 211 additions & 211 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

148 changes: 74 additions & 74 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

442 changes: 221 additions & 221 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

433 changes: 222 additions & 211 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

428 changes: 214 additions & 214 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

270 changes: 135 additions & 135 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

440 changes: 220 additions & 220 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tests/parm/nems.configure.cpld.IN
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ runSeq::
# CMEPS variables

DRIVER_attributes::
mediator_read_restart = @[use_coldstart]
::

MED_attributes::
ATM_model = @[atm_model]
ICE_model = @[ice_model]
Expand Down
2 changes: 1 addition & 1 deletion tests/parm/nems.configure.cpld_wave.IN
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ runSeq::
# CMEPS variables

DRIVER_attributes::
mediator_read_restart = @[use_coldstart]
::

MED_attributes::
ATM_model = @[atm_model]
ICE_model = @[ice_model]
Expand Down
2 changes: 1 addition & 1 deletion tests/parm/nems.configure.datm_cdeps.IN
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ runSeq::
# CMEPS variables

DRIVER_attributes::
mediator_read_restart = @[use_coldstart]
::

MED_attributes::
ATM_model = @[atm_model]
ICE_model = @[ice_model]
Expand Down
2 changes: 0 additions & 2 deletions tests/parm/nems.configure.hafs_atm.IN
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@
::

DRIVER_attributes::
start_type = @[RUNTYPE]
::

ALLCOMP_attributes::
mediator_read_restart = @[USE_COLDSTART]
::
2 changes: 0 additions & 2 deletions tests/parm/nems.configure.hafs_atm_docn.IN
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ runSeq::

# Other Attributes #
DRIVER_attributes::
start_type = @[RUNTYPE]
::

ALLCOMP_attributes::
Expand All @@ -92,7 +91,6 @@ ALLCOMP_attributes::
orb_mode = fixed_year
orb_mvelp = 1.e36
orb_obliq = 1.e36
mediator_read_restart = @[USE_COLDSTART]
mediator_present = true
stop_n = @[FHMAX]
stop_option = nhours
Expand Down
2 changes: 0 additions & 2 deletions tests/parm/nems.configure.hafs_atm_ocn.IN
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ runSeq::

# Other Attributes #
DRIVER_attributes::
start_type = @[RUNTYPE]
::

ALLCOMP_attributes::
Expand All @@ -121,7 +120,6 @@ ALLCOMP_attributes::
orb_mode = fixed_year
orb_mvelp = 1.e36
orb_obliq = 1.e36
mediator_read_restart = @[USE_COLDSTART]
mediator_present = true
stop_n = @[FHMAX]
stop_option = nhours
Expand Down
1 change: 0 additions & 1 deletion tests/parm/nems.configure.hafs_atm_ocn_wav.IN
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ runSeq::

# Other Attributes #
DRIVER_attributes::
start_type = @[RUNTYPE]
::

ALLCOMP_attributes::
Expand Down
1 change: 0 additions & 1 deletion tests/parm/nems.configure.hafs_atm_wav.IN
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ runSeq::

# Other Attributes #
DRIVER_attributes::
start_type = @[RUNTYPE]
::

ALLCOMP_attributes::
Expand Down

0 comments on commit eb42fb8

Please sign in to comment.