Skip to content

Commit

Permalink
Updated tidal mixing files and filenames that were regenerated with c…
Browse files Browse the repository at this point in the history
…ompass
  • Loading branch information
irenavankova committed Feb 21, 2024
1 parent 5e831a8 commit 6d20d0c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/mpas-ocean/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def buildnml(case, caseroot, compname):
logger.warning("WARNING: The specified compset is requesting ocean ICs spunup from a G-case")
logger.warning(" But no file available for this grid.")
if ocn_tidal_mixing == 'true':
u_tidal_rms_file = 'oQU240wLI_velocityTidalRMS_CATS2008.nc'
u_tidal_rms_file = 'velocityTidalRMS_CATS2008.oQU240wLI.20240221.nc'

elif ocn_grid == 'oQU120':
decomp_date = '230424'
Expand Down Expand Up @@ -274,7 +274,7 @@ def buildnml(case, caseroot, compname):
if ocn_ismf == 'data':
data_ismf_file = 'prescribed_ismf_adusumilli2020.SOwISC12to60E2r4.230516.nc'
if ocn_tidal_mixing == 'true':
u_tidal_rms_file = 'SOwISC12to60E2r4_velocityTidalRMS_CATS2008.nc'
u_tidal_rms_file = 'velocityTidalRMS_CATS2008.SOwISC12to60E2r4.20210114.nc'

elif ocn_grid == 'ECwISC30to60E2r1':
decomp_date = '200915'
Expand All @@ -289,7 +289,7 @@ def buildnml(case, caseroot, compname):
if ocn_ismf == 'data':
data_ismf_file = 'prescribed_ismf_adusumilli2020.ECwISC30to60E2r1.230429.nc'
if ocn_tidal_mixing == 'true':
u_tidal_rms_file = 'ECwISC30to60E2r1_velocityTidalRMS_CATS2008.nc'
u_tidal_rms_file = 'velocityTidalRMS_CATS2008.ECwISC30to60E2r1.20240221.nc'

elif ocn_grid == 'IcoswISC30E3r5':
decomp_date = '20231120'
Expand All @@ -304,7 +304,7 @@ def buildnml(case, caseroot, compname):
if ocn_ismf == 'data':
data_ismf_file = 'prescribed_ismf_adusumilli2020.IcoswISC30E3r5.20231120.nc'
if ocn_tidal_mixing == 'true':
u_tidal_rms_file = 'IcoswISC30E3r5_velocityTidalRMS_CATS2008.nc'
u_tidal_rms_file = 'velocityTidalRMS_CATS2008.IcoswISC30E3r5.20231120.nc'

#--------------------------------------------------------------------
# Set OCN_FORCING = datm_forced_restoring if restoring file is available
Expand Down

0 comments on commit 6d20d0c

Please sign in to comment.