Skip to content

Commit

Permalink
Update CIME to ESMCI cime5.8.7 (#3092)
Browse files Browse the repository at this point in the history
Update CIME to ESMCI cime5.8.7

Squash merge of jgfouca/branch-for-to-acme-2019-07-29

Features:

A new tool generate_cylc_workflow.py is added. This tool will create a cylc 7.8.3 compatible suite.rc file in the case directory. The user sets the parameters in the case for the span of a submitted run and the number of resubmits, sets up and builds the case and then generates the workflow file. The user can either set the RESUBMIT variable using xmlchange or use --cycles argument to generate_cylc_workflow.py to set the number of times the workflow is repeated.

New workflow XML files, replaces some of the stuff that was in env_batch

Several updates and fixes for MOM6 in cime xml files, drivers, and dice.

Adds a --ensemble option to create_clone allowing the user to generate an ensemble of cases cloned from --clone

Bug Fixes:

ftp protocol won't make 0-size files anymore
Other:
Driver namelist change: from eps_ogrid = 0.01 to eps_ogrid = 0.1

[BFB]
[NML]
  • Loading branch information
jgfouca authored and tanzeli1982 committed Aug 12, 2019
1 parent 6e1fbab commit 3fcd0a2
Show file tree
Hide file tree
Showing 46 changed files with 1,579 additions and 329 deletions.
67 changes: 67 additions & 0 deletions cime/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,72 @@
======================================================================

Originator: Chris Fischer
Date: 7-19-209
Tag: cime5.8.7
Answer Changes: Climate changing for CAM ne120, ne120pg3, ne0CONUS grids
Tests: scripts_regression_tests
Dependencies:

Brief Summary:
- Fix SE to gx1v7 domain and mapping files.
- Updates and fixes for MOM6 in cime.
- Maint 5.6 merge.

User interface changes:

PR summary: git log --oneline --first-parent [previous_tag]..master
6efe21745 Merge pull request #3177 from ESMCI/fischer/SE_gx1v7MaskFix
764ef08a0 Merge pull request #3156 from ESMCI/nuopc-cmeps-os
7a5d60356 Merge pull request #3174 from jedwards4b/maint-5.6-merge

Modified files: git diff --name-status [previous_tag]
M config/cesm/config_files.xml
M config/cesm/config_grids.xml
M config/cesm/config_grids_mct.xml
M config/cesm/machines/config_batch.xml
M config/cesm/machines/config_compilers.xml
M config/cesm/machines/config_machines.xml
A config/cesm/machines/config_workflow.xml
A config/cesm/machines/cylc_suite.rc.template
M config/config_headers.xml
M config/e3sm/config_files.xml
M config/e3sm/machines/config_batch.xml
A config/e3sm/machines/config_workflow.xml
M config/xml_schemas/config_batch.xsd
A config/xml_schemas/config_workflow.xsd
M scripts/Tools/Makefile
M scripts/Tools/archive_metadata
A scripts/Tools/generate_cylc_workflow.py
M scripts/Tools/mkDepends
M scripts/Tools/preview_run
M scripts/create_clone
M scripts/create_newcase
M scripts/lib/CIME/Servers/wget.py
M scripts/lib/CIME/XML/batch.py
M scripts/lib/CIME/XML/env_base.py
M scripts/lib/CIME/XML/env_batch.py
M scripts/lib/CIME/XML/env_mach_specific.py
A scripts/lib/CIME/XML/env_workflow.py
M scripts/lib/CIME/XML/generic_xml.py
A scripts/lib/CIME/XML/workflow.py
M scripts/lib/CIME/aprun.py
M scripts/lib/CIME/case/case.py
M scripts/lib/CIME/case/case_clone.py
M scripts/lib/CIME/case/case_run.py
M scripts/lib/CIME/case/case_setup.py
M scripts/lib/CIME/case/case_st_archive.py
M scripts/lib/CIME/case/case_submit.py
M scripts/lib/CIME/get_timing.py
M scripts/tests/scripts_regression_tests.py
M src/build_scripts/buildlib.csm_share
M src/components/data_comps/datm/cime_config/namelist_definition_datm.xml
M src/components/data_comps/dice/nuopc/dice_comp_mod.F90
M src/drivers/mct/cime_config/config_component.xml
M src/drivers/mct/cime_config/config_component_cesm.xml
M src/share/util/shr_file_mod.F90

======================================================================

Originator: Chris Fischer
Date: 7-16-2019
Tag: cime5.8.6
Expand Down
18 changes: 18 additions & 0 deletions cime/config/cesm/config_files.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,15 @@
<schema>$CIMEROOT/config/xml_schemas/config_batch.xsd</schema>
</entry>

<entry id="WORKFLOW_SPEC_FILE">
<type>char</type>
<default_value>$CIMEROOT/config/$MODEL/machines/config_workflow.xml</default_value>
<group>case_last</group>
<file>env_case.xml</file>
<desc>file containing workflow (for documentation only - DO NOT EDIT)</desc>
<schema>$CIMEROOT/config/xml_schemas/config_workflow.xsd</schema>
</entry>

<entry id="INPUTDATA_SPEC_FILE">
<type>char</type>
<default_value>$CIMEROOT/config/$MODEL/config_inputdata.xml</default_value>
Expand Down Expand Up @@ -126,6 +135,7 @@
<values>
<value component="pop" >$SRCROOT/components/pop/</value>
<value component="mom" >$SRCROOT/components/mom/</value>
<value component="nemo" >$SRCROOT/components/nemo/</value>
<value component="docn" >$CIMEROOT/src/components/data_comps/docn</value>
<value component="socn" >$CIMEROOT/src/components/stub_comps/socn</value>
<value component="xocn" >$CIMEROOT/src/components/xcpl_comps/xocn</value>
Expand Down Expand Up @@ -251,6 +261,7 @@
<value component="cice" >$COMP_ROOT_DIR_ICE/cime_config/config_compsets.xml</value>
<value component="pop" >$COMP_ROOT_DIR_OCN/cime_config/config_compsets.xml</value>
<value component="mom" >$COMP_ROOT_DIR_OCN/cime_config/config_compsets.xml</value>
<value component="nemo" >$COMP_ROOT_DIR_OCN/cime_config/config_compsets.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
Expand All @@ -271,6 +282,7 @@
<value component="cice" >$COMP_ROOT_DIR_ICE/cime_config/config_pes.xml</value>
<value component="pop" >$COMP_ROOT_DIR_OCN/cime_config/config_pes.xml</value>
<value component="mom" >$COMP_ROOT_DIR_OCN/cime_config/config_pes.xml</value>
<value component="nemo" >$COMP_ROOT_DIR_OCN/cime_config/config_pes.xml</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
Expand All @@ -297,6 +309,7 @@
<value component="cice" >$COMP_ROOT_DIR_ICE/cime_config/config_archive.xml</value>
<value component="pop" >$COMP_ROOT_DIR_OCN/cime_config/config_archive.xml</value>
<value component="mom" >$COMP_ROOT_DIR_OCN/cime_config/config_archive.xml</value>
<value component="nemo" >$COMP_ROOT_DIR_OCN/cime_config/config_archive.xml</value>
<value component="rtm" >$COMP_ROOT_DIR_ROF/cime_config/config_archive.xml</value>
<value component="mosart" >$COMP_ROOT_DIR_ROF/cime_config/config_archive.xml</value>
</values>
Expand All @@ -314,6 +327,7 @@
<value component="cam">$COMP_ROOT_DIR_ATM/cime_config/SystemTests</value>
<value component="pop">$COMP_ROOT_DIR_OCN/cime_config/SystemTests</value>
<value component="mom">$COMP_ROOT_DIR_OCN/cime_config/SystemTests</value>
<value component="nemo">$COMP_ROOT_DIR_OCN/cime_config/SystemTests</value>
<value component="cice">$COMP_ROOT_DIR_ICE/cime_config/SystemTests</value>
<value component="cism">$COMP_ROOT_DIR_GLC/cime_config/SystemTests</value>
<value component="rtm">$COMP_ROOT_DIR_ROF/cime_config/SystemTests</value>
Expand All @@ -336,6 +350,7 @@
<value component="cice" >$COMP_ROOT_DIR_ICE/cime_config/testdefs/testlist_cice.xml</value>
<value component="pop" >$COMP_ROOT_DIR_OCN/cime_config/testdefs/testlist_pop.xml</value>
<value component="mom" >$COMP_ROOT_DIR_OCN/cime_config/testdefs/testlist_mom.xml</value>
<value component="nemo" >$COMP_ROOT_DIR_OCN/cime_config/testdefs/testlist_nemo.xml</value>
<value component="rtm" >$COMP_ROOT_DIR_ROF/cime_config/testdefs/testlist_rtm.xml</value>
<value component="mosart" >$COMP_ROOT_DIR_ROF/cime_config/testdefs/testlist_mosart.xml</value>
</values>
Expand All @@ -359,6 +374,7 @@
<value component="mosart" >$COMP_ROOT_DIR_ROF/cime_config/testdefs/testmods_dirs</value>
<value component="pop" >$COMP_ROOT_DIR_OCN/cime_config/testdefs/testmods_dirs</value>
<value component="mom" >$COMP_ROOT_DIR_OCN/cime_config/testdefs/testmods_dirs</value>
<value component="nemo" >$COMP_ROOT_DIR_OCN/cime_config/testdefs/testmods_dirs</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
Expand All @@ -379,6 +395,7 @@
<value component="mosart" >$COMP_ROOT_DIR_ROF/cime_config/usermods_dirs</value>
<value component="pop" >$COMP_ROOT_DIR_OCN/cime_config/usermods_dirs</value>
<value component="mom" >$COMP_ROOT_DIR_OCN/cime_config/usermods_dirs</value>
<value component="nemo" >$COMP_ROOT_DIR_OCN/cime_config/usermods_dirs</value>
</values>
<group>case_last</group>
<file>env_case.xml</file>
Expand Down Expand Up @@ -406,6 +423,7 @@
<value component="clm" >$COMP_ROOT_DIR_LND/bld/namelist_files/namelist_definition_ctsm.xml</value>
<value component="pop" >$COMP_ROOT_DIR_OCN/bld/namelist_files/namelist_definition_pop.xml</value>
<value component="mom" >$COMP_ROOT_DIR_OCN/bld/namelist_files/namelist_definition_mom.xml</value>
<value component="nemo" >$COMP_ROOT_DIR_OCN/bld/namelist_files/namelist_definition_nemo.xml</value>
-->
</values>
<group>case_last</group>
Expand Down
76 changes: 72 additions & 4 deletions cime/config/cesm/config_grids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,20 @@
<mask>tx1v1</mask>
</model_grid>

<model_grid alias="T62_n13" not_compset="_CAM">
<grid name="atm">T62</grid>
<grid name="lnd">T62</grid>
<grid name="ocnice">tn1v3</grid>
<mask>tn1v3</mask>
</model_grid>

<model_grid alias="T62_n0253" not_compset="_CAM">
<grid name="atm">T62</grid>
<grid name="lnd">T62</grid>
<grid name="ocnice">tn0.25v3</grid>
<mask>tn0.25v3</mask>
</model_grid>

<model_grid alias="T62_t12" not_compset="_CAM">
<grid name="atm">T62</grid>
<grid name="lnd">T62</grid>
Expand Down Expand Up @@ -343,6 +357,20 @@
<mask>gx1v7</mask>
</model_grid>

<model_grid alias="f02_n13">
<grid name="atm">0.23x0.31</grid>
<grid name="lnd">0.23x0.31</grid>
<grid name="ocnice">tn1v3</grid>
<mask>tn1v3</mask>
</model_grid>

<model_grid alias="f02_n0253">
<grid name="atm">0.23x0.31</grid>
<grid name="lnd">0.23x0.31</grid>
<grid name="ocnice">tn0.25v3</grid>
<mask>tn0.25v3</mask>
</model_grid>

<model_grid alias="f02_t12">
<grid name="atm">0.23x0.31</grid>
<grid name="lnd">0.23x0.31</grid>
Expand Down Expand Up @@ -385,6 +413,20 @@
<mask>gx1v7</mask>
</model_grid>

<model_grid alias="f09_n13">
<grid name="atm">0.9x1.25</grid>
<grid name="lnd">0.9x1.25</grid>
<grid name="ocnice">tn1v3</grid>
<mask>tn1v3</mask>
</model_grid>

<model_grid alias="f09_n0253">
<grid name="atm">0.9x1.25</grid>
<grid name="lnd">0.9x1.25</grid>
<grid name="ocnice">tn0.25v3</grid>
<mask>tn0.25v3</mask>
</model_grid>

<model_grid alias="f09_g16_gl4" compset="_CISM">
<grid name="atm">0.9x1.25</grid>
<grid name="lnd">0.9x1.25</grid>
Expand Down Expand Up @@ -1163,6 +1205,10 @@
<nx>1152</nx> <ny>768</ny>
<file grid="atm|lnd" mask="gx1v6">domain.lnd.fv0.23x0.31_gx1v6.100517.nc</file>
<file grid="ocnice" mask="gx1v6">domain.ocn.0.23x0.31_gx1v6_101108.nc</file>
<file grid="atm|lnd" mask="tn1v3">domain.lnd.fv0.23x0.31_tn1v3.160414.nc</file>
<file grid="ocnice" mask="tn1v3">domain.ocn.fv0.23x0.31_tn1v3.160414.nc</file>
<file grid="atm|lnd" mask="tn0.25v3">domain.lnd.fv0.23x0.31_tn0.25v3.160721.nc</file>
<file grid="ocnice" mask="tn0.25v3">domain.ocn.fv0.23x0.31_tn0.25v3.160721.nc</file>
<desc>0.23x0.31 is FV 1/4-deg grid:</desc>
</domain>

Expand All @@ -1184,6 +1230,12 @@
<file grid="ocnice" mask="gx1v7">domain.ocn.fv0.9x1.25_gx1v7.151020.nc</file>
<file grid="atm|lnd" mask="tx0.66v1">domain.lnd.fv0.9x1.25_tx0.66v1.190314.nc</file>
<file grid="ocnice" mask="tx0.66v1">domain.ocn.fv0.9x1.25_tx0.66v1.190314.nc</file>
<file grid="atm|lnd" mask="tn1v3">domain.lnd.fv0.9x1.25_tn1v3.160414.nc</file>
<file grid="ocnice" mask="tn1v3">domain.ocn.fv0.9x1.25_tn1v3.160414.nc</file>
<file grid="atm|lnd" mask="tn0.25v3">domain.lnd.fv0.9x1.25_tn0.25v3.160721.nc</file>
<file grid="ocnice" mask="tn0.25v3">domain.ocn.fv0.9x1.25_tn0.25v3.160721.nc</file>
<file grid="atm|lnd" mask="null">/glade/u/home/benedict/ys/datain/domain.aqua.fv0.9x1.25.nc</file>
<file grid="ocnice" mask="null">/glade/u/home/benedict/ys/datain/domain.aqua.fv0.9x1.25.nc</file>
<mesh driver="nuopc">$DIN_LOC_ROOT/share/meshes/fv0.9x1.25_141008_polemod_ESMFmesh.nc</mesh>
<desc>0.9x1.25 is FV 1-deg grid:</desc>
</domain>
Expand Down Expand Up @@ -1259,6 +1311,8 @@
<file grid="ocnice" mask="gx1v7" >$DIN_LOC_ROOT/share/domains/domain.ocn.T62_gx1v7.151008.nc</file>
<file grid="ocnice" mask="gx3v7" >$DIN_LOC_ROOT/share/domains/domain.ocn.T62_gx3v7.130409.nc</file>
<file grid="ocnice" mask="tx0.66v1">$DIN_LOC_ROOT/share/domains/domain.ocn.T62_tx0.66v1.190425.nc</file>
<file grid="atm|lnd" mask="tn1v3">$DIN_LOC_ROOT/share/domains/domain.lnd.T62_tn1v3.160414.nc</file>
<file grid="atm|lnd" mask="tn0.25v3">$DIN_LOC_ROOT/share/domains/domain.lnd.T62_tn0.25v3.160721.nc</file>
<mesh driver="nuopc">$DIN_LOC_ROOT/share/meshes/T62_040121_ESMFmesh.nc</mesh>
<desc>T62 is Gaussian grid:</desc>
</domain>
Expand Down Expand Up @@ -1383,8 +1437,8 @@
<nx>777602</nx> <ny>1</ny>
<file grid="atm|lnd" mask="gx1v6">$DIN_LOC_ROOT/share/domains/domain.lnd.ne120np4_gx1v6.110502.nc</file>
<file grid="ocnice" mask="gx1v6">$DIN_LOC_ROOT/share/domains/domain.ocn.ne120np4_gx1v6.121113.nc</file>
<file grid="atm|lnd" mask="gx1v7">$DIN_LOC_ROOT/share/domains/domain.lnd.ne120np4_gx1v7.190502.nc</file>
<file grid="ocnice" mask="gx1v7">$DIN_LOC_ROOT/share/domains/domain.ocn.ne120np4_gx1v7.190502.nc</file>
<file grid="atm|lnd" mask="gx1v7">$DIN_LOC_ROOT/share/domains/domain.lnd.ne120np4_gx1v7.190718.nc</file>
<file grid="ocnice" mask="gx1v7">$DIN_LOC_ROOT/share/domains/domain.ocn.ne120np4_gx1v7.190718.nc</file>
<desc>ne120np4 is Spectral Elem 1/4-deg grid:</desc>
</domain>

Expand All @@ -1399,8 +1453,8 @@

<domain name="ne120np4.pg3">
<nx>777600</nx> <ny>1</ny>
<file grid="atm|lnd" mask="gx1v7">$DIN_LOC_ROOT/share/domains/domain.lnd.ne120np4.pg3_gx1v7.190503.nc</file>
<file grid="ocnice" mask="gx1v7">$DIN_LOC_ROOT/share/domains/domain.ocn.ne120np4.pg3_gx1v7.190503.nc</file>
<file grid="atm|lnd" mask="gx1v7">$DIN_LOC_ROOT/share/domains/domain.lnd.ne120np4.pg3_gx1v7.190718.nc</file>
<file grid="ocnice" mask="gx1v7">$DIN_LOC_ROOT/share/domains/domain.ocn.ne120np4.pg3_gx1v7.190718.nc</file>
<desc>ne120np4.pg3 is a Spectral Elem 0.25-deg grid with a 3x3 FVM physics grid:</desc>
<support>EXPERIMENTAL FVM physics grid</support>
</domain>
Expand Down Expand Up @@ -1542,6 +1596,20 @@
<!-- ROF domains -->
<!-- ======================================================== -->

<domain name="tn1v3">
<nx>360</nx> <ny>291</ny>
<file grid="ocnice">$DIN_LOC_ROOT/share/domains/domain.ocn.tn1v3.160414.nc</file>
<desc>tn1v3 is NEMO ORCA1 tripole grid at 1 deg (reduced eORCA):</desc>
<support>NEMO ORCA1 tripole ocean grid</support>
</domain>

<domain name="tn0.25v3">
<nx>1440</nx> <ny>1050</ny>
<file grid="ocnice">$DIN_LOC_ROOT/share/domains/domain.ocn.tn0.25v3.160721.nc</file>
<desc>tn0.25v3 is NEMO ORCA1 tripole grid at 1/4 deg (reduced eORCA):</desc>
<support>NEMO ORCA1 tripole ocean grid</support>
</domain>

<domain name="rx1">
<nx>360</nx> <ny>180</ny>
<mesh driver="nuopc">$DIN_LOC_ROOT/share/meshes/rx1_nomask_181022_ESMFmesh.nc</mesh>
Expand Down
4 changes: 2 additions & 2 deletions cime/config/cesm/config_grids_common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
</gridmap>

<gridmap lnd_grid="10x15" rof_grid="r05">
<map name="LND2ROF_FMAPNAME">lnd/clm2/mappingdata/maps/10x15/map_10x15_to_0.5x0.5rtm_aave_da_110307.nc</map>
<map name="ROF2LND_FMAPNAME">lnd/clm2/mappingdata/maps/10x15/map_0.5x0.5_nomask_to_10x15_nomask_aave_da_c121019.nc</map>
<map name="LND2ROF_FMAPNAME">lnd/clm2/mappingdata/maps/10x15/map_10x15_to_0.5x0.5rtm_aave_da_c20190725.nc</map>
<map name="ROF2LND_FMAPNAME">lnd/clm2/mappingdata/maps/10x15/map_0.5x0.5_nomask_to_10x15_nomask_aave_da_c20190725.nc</map>
</gridmap>

<gridmap lnd_grid="4x5" rof_grid="r05">
Expand Down
30 changes: 15 additions & 15 deletions cime/config/cesm/config_grids_mct.xml
Original file line number Diff line number Diff line change
Expand Up @@ -175,21 +175,21 @@
<map name="OCN2ATM_SMAPNAME">cpl/gridmaps/gx1v6/map_gx1v6_to_ne120np4_aave_110428.nc</map>
</gridmap>
<gridmap atm_grid="ne120np4" ocn_grid="gx1v7">
<map name="ATM2OCN_FMAPNAME">cpl/gridmaps/ne120np4/map_ne120np4_to_gx1v7_aave_190502.nc</map>
<map name="ATM2OCN_SMAPNAME">cpl/gridmaps/ne120np4/map_ne120np4_to_gx1v7_bilin_190502.nc</map>
<map name="ATM2OCN_VMAPNAME">cpl/gridmaps/ne120np4/map_ne120np4_to_gx1v7_bilin_190502.nc</map>
<map name="OCN2ATM_FMAPNAME">cpl/gridmaps/gx1v6/map_gx1v7_to_ne120np4_aave_190502.nc</map>
<map name="OCN2ATM_SMAPNAME">cpl/gridmaps/gx1v6/map_gx1v7_to_ne120np4_aave_190502.nc</map>
<map name="ATM2OCN_FMAPNAME">cpl/gridmaps/ne120np4/map_ne120np4_to_gx1v7_aave_190718.nc</map>
<map name="ATM2OCN_SMAPNAME">cpl/gridmaps/ne120np4/map_ne120np4_to_gx1v7_bilin_190718.nc</map>
<map name="ATM2OCN_VMAPNAME">cpl/gridmaps/ne120np4/map_ne120np4_to_gx1v7_bilin_190718.nc</map>
<map name="OCN2ATM_FMAPNAME">cpl/gridmaps/gx1v7/map_gx1v7_to_ne120np4_aave_190718.nc</map>
<map name="OCN2ATM_SMAPNAME">cpl/gridmaps/gx1v7/map_gx1v7_to_ne120np4_aave_190718.nc</map>
</gridmap>
<gridmap atm_grid="ne120np4" wav_grid="ww3a">
<map name="ATM2WAV_SMAPNAME">cpl/gridmaps/ne120np4/map_ne120np4_TO_ww3a_blin.190502.nc</map>
</gridmap>
<gridmap atm_grid="ne120np4.pg3" ocn_grid="gx1v7">
<map name="ATM2OCN_FMAPNAME">cpl/gridmaps/ne120np4.pg3/map_ne120np4.pg3_TO_gx1v7_aave.190503.nc</map>
<map name="ATM2OCN_SMAPNAME">cpl/gridmaps/ne120np4.pg3/map_ne120np4.pg3_TO_gx1v7_blin.190503.nc</map>
<map name="ATM2OCN_VMAPNAME">cpl/gridmaps/ne120np4.pg3/map_ne120np4.pg3_TO_gx1v7_blin.190503.nc</map>
<map name="OCN2ATM_FMAPNAME">cpl/gridmaps/gx1v7/map_gx1v7_TO_ne120np4.pg3_aave.190503.nc</map>
<map name="OCN2ATM_SMAPNAME">cpl/gridmaps/gx1v7/map_gx1v7_TO_ne120np4.pg3_aave.190503.nc</map>
<map name="ATM2OCN_FMAPNAME">cpl/gridmaps/ne120np4.pg3/map_ne120np4.pg3_TO_gx1v7_aave.190718.nc</map>
<map name="ATM2OCN_SMAPNAME">cpl/gridmaps/ne120np4.pg3/map_ne120np4.pg3_TO_gx1v7_blin.190718.nc</map>
<map name="ATM2OCN_VMAPNAME">cpl/gridmaps/ne120np4.pg3/map_ne120np4.pg3_TO_gx1v7_blin.190718.nc</map>
<map name="OCN2ATM_FMAPNAME">cpl/gridmaps/gx1v7/map_gx1v7_TO_ne120np4.pg3_aave.190718.nc</map>
<map name="OCN2ATM_SMAPNAME">cpl/gridmaps/gx1v7/map_gx1v7_TO_ne120np4.pg3_aave.190718.nc</map>
</gridmap>
<gridmap atm_grid="ne120np4.pg3" wav_grid="ww3a">
<map name="ATM2WAV_SMAPNAME">cpl/gridmaps/ne120np4.pg3/map_ne120np4.pg3_TO_ww3a_blin.190503.nc</map>
Expand Down Expand Up @@ -236,11 +236,11 @@
</gridmap>

<gridmap atm_grid="ne0np4CONUS.ne30x8" ocn_grid="gx1v7">
<map name="ATM2OCN_FMAPNAME">cpl/gridmaps/ne0np4CONUS.ne30x8/map_ne0CONUSne30x8_TO_gx1v7_aave.190322.nc</map>
<map name="ATM2OCN_SMAPNAME">cpl/gridmaps/ne0np4CONUS.ne30x8/map_ne0CONUSne30x8_TO_gx1v7_blin.190322.nc</map>
<map name="ATM2OCN_VMAPNAME">cpl/gridmaps/ne0np4CONUS.ne30x8/map_ne0CONUSne30x8_TO_gx1v7_patc.190322.nc</map>
<map name="OCN2ATM_FMAPNAME">cpl/gridmaps/gx1v7/map_gx1v7_TO_ne0CONUSne30x8_aave.190322.nc</map>
<map name="OCN2ATM_SMAPNAME">cpl/gridmaps/gx1v7/map_gx1v7_TO_ne0CONUSne30x8_aave.190322.nc</map>
<map name="ATM2OCN_FMAPNAME">cpl/gridmaps/ne0np4CONUS.ne30x8/map_ne0CONUSne30x8_TO_gx1v7_aave.190718.nc</map>
<map name="ATM2OCN_SMAPNAME">cpl/gridmaps/ne0np4CONUS.ne30x8/map_ne0CONUSne30x8_TO_gx1v7_blin.190718.nc</map>
<map name="ATM2OCN_VMAPNAME">cpl/gridmaps/ne0np4CONUS.ne30x8/map_ne0CONUSne30x8_TO_gx1v7_patc.190718.nc</map>
<map name="OCN2ATM_FMAPNAME">cpl/gridmaps/gx1v7/map_gx1v7_TO_ne0CONUSne30x8_aave.190718.nc</map>
<map name="OCN2ATM_SMAPNAME">cpl/gridmaps/gx1v7/map_gx1v7_TO_ne0CONUSne30x8_aave.190718.nc</map>
</gridmap>

<gridmap atm_grid="ne0np4CONUS.ne30x8" wav_grid="ww3a">
Expand Down
Loading

0 comments on commit 3fcd0a2

Please sign in to comment.