Skip to content

Commit

Permalink
update dsgr file naming
Browse files Browse the repository at this point in the history
  • Loading branch information
irenavankova committed Feb 29, 2024
1 parent 94f46cb commit 51bfdd2
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_sgr == 'data':
data_sgr_file = 'oQU240wLI_DSGR.nc'
data_sgr_file = 'DSGR_MALI_nearestdtos.oQU240wLI.20231023.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_sgr == 'data':
data_sgr_file = 'SOwISC12to60E2r4_DSGR.nc'
data_sgr_file = 'DSGR_MALI_nearestdtos.SOwISC12to60E2r4.20231023.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_sgr == 'data':
data_sgr_file = 'ECwISC30to60E2r1_DSGR.nc'
data_sgr_file = 'DSGR_MALI_nearestdtos.ECwISC30to60E2r1.20231023.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_sgr == 'data':
data_sgr_file = 'IcoswISC30E3r5_DSGR.nc'
data_sgr_file = 'DSGR_MALI_nearestdtos.IcoswISC30E3r5.20231023.nc'

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

0 comments on commit 51bfdd2

Please sign in to comment.