diff --git a/components/mpas-ocean/cime_config/buildnml b/components/mpas-ocean/cime_config/buildnml index 2e5557661843..ee83f2c9b045 100755 --- a/components/mpas-ocean/cime_config/buildnml +++ b/components/mpas-ocean/cime_config/buildnml @@ -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' @@ -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' @@ -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' @@ -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