Skip to content

Commit

Permalink
updated sgr files from MALI
Browse files Browse the repository at this point in the history
  • Loading branch information
irenavankova committed Mar 28, 2024
1 parent 88148b7 commit 2be9882
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 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 = 'DSGR_MALI_nearestdtos.oQU240wLI.20231023.nc'
data_sgr_file = 'DSGR.MALI.out2055.oQU240wLI.20240328.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 = 'DSGR_MALI_nearestdtos.SOwISC12to60E2r4.20231023.nc'
data_sgr_file = 'DSGR.MALI.out2055.SOwISC12to60E2r4.20240328.nc'

elif ocn_grid == 'FRISwISC08to60E3r1':
decomp_date = '20230913' # changed to date of partiotions in ../files_for_e3sm/assembled_files/inputdata/ocn/mpas-o/FRISwISC08to60E3r1/partitions
Expand Down Expand Up @@ -340,8 +340,6 @@ def buildnml(case, caseroot, compname):
ic_prefix = 'mpaso.ECwISC30to60E2r1.rstFromG-anvil'
if ocn_ismf == 'data':
data_ismf_file = 'prescribed_ismf_adusumilli2020.ECwISC30to60E2r1.230429.nc'
if ocn_sgr == 'data':
data_sgr_file = 'DSGR_MALI_nearestdtos.ECwISC30to60E2r1.20231023.nc'

elif ocn_grid == 'IcoswISC30E3r5':
decomp_date = '20231120'
Expand All @@ -360,7 +358,7 @@ def buildnml(case, caseroot, compname):
if ocn_ismf == 'data':
data_ismf_file = 'prescribed_ismf_paolo2023.IcoswISC30E3r5.20240227.nc'
if ocn_sgr == 'data':
data_sgr_file = 'DSGR_MALI_nearestdtos.IcoswISC30E3r5.20231023.nc'
data_sgr_file = 'DSGR.MALI.out2055.IcoswISC30E3r5.20240328.nc'

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

0 comments on commit 2be9882

Please sign in to comment.