From 6d20d0c71325a6a8bb0292843a3a797ce7463a0a Mon Sep 17 00:00:00 2001 From: Irena Vankova Date: Wed, 21 Feb 2024 15:32:31 -0700 Subject: [PATCH] Updated tidal mixing files and filenames that were regenerated with compass --- components/mpas-ocean/cime_config/buildnml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/components/mpas-ocean/cime_config/buildnml b/components/mpas-ocean/cime_config/buildnml index 9cc2c3199df8..e33557a5667b 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_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' @@ -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' @@ -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' @@ -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