Skip to content

Commit

Permalink
cpldfixes for gnu (#10)
Browse files Browse the repository at this point in the history
gnu fixes for coupled model:
* add fix for gnu compiler in CMEPS
* add fix for coupled input.nmls with quotes on CCPP_SUITE
  • Loading branch information
DeniseWorthen authored May 26, 2021
1 parent 4cf6223 commit c3f75c3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@
branch = develop
[submodule "CMEPS"]
path = CMEPS-interface/CMEPS
url = https://github.com/NOAA-EMC/CMEPS.git
branch = emc/develop
#url = https://github.com/NOAA-EMC/CMEPS.git
#branch = emc/develop
url = https://github.com/DeniseWorthen/CMEPS.git
branch = bugfix/gnu_compile
[submodule "MOM6"]
path = MOM6-interface/MOM6
url = https://github.com/NOAA-EMC/MOM6
Expand Down
2 changes: 1 addition & 1 deletion CMEPS-interface/CMEPS
Submodule CMEPS updated 1 files
+1 −1 mediator/esmFlds.F90
2 changes: 1 addition & 1 deletion tests/parm/input.benchmark_ccpp.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
fhout = @[NFHOUT]
fhmaxhf = @[NFHMAX_HF]
fhouthf = @[NFHOUT_HF]
ccpp_suite = @[CCPP_SUITE]
ccpp_suite = '@[CCPP_SUITE]'

/

Expand Down
2 changes: 1 addition & 1 deletion tests/parm/input.benchmark_v16.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
fhout = @[NFHOUT]
fhmaxhf = @[NFHMAX_HF]
fhouthf = @[NFHOUT_HF]
ccpp_suite = @[CCPP_SUITE]
ccpp_suite = '@[CCPP_SUITE]'

/

Expand Down
2 changes: 1 addition & 1 deletion tests/parm/input.mom6_ccpp.nml.IN
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fhout = @[NFHOUT]
fhmaxhf = @[NFHMAX_HF]
fhouthf = @[NFHOUT_HF]
ccpp_suite = @[CCPP_SUITE]
ccpp_suite = '@[CCPP_SUITE]'
/

&diag_manager_nml
Expand Down

0 comments on commit c3f75c3

Please sign in to comment.