diff --git a/MOM_input b/MOM_input index 0fd5b98e0..96cf96f3c 100644 --- a/MOM_input +++ b/MOM_input @@ -10,6 +10,10 @@ V_TRUNC_FILE = "V_velocity_truncations" ! default = "" ! velocity truncations are written. Undefine this for efficiency if this ! diagnostic is not needed. +! === module MOM_file_parser === +FATAL_UNUSED_PARAMS = True ! [Boolean] default = False + ! If true, kill the run if there are any unused parameters. + ! This section contains non default layout parameters which are set. ! ------------------------ ! === module MOM_domains === @@ -91,7 +95,7 @@ GRID_CONFIG = "mosaic" ! ! cartesian - use a (flat) Cartesian grid. ! spherical - use a simple spherical grid. ! mercator - use a Mercator spherical grid. -GRID_FILE = "ocean_hgrid_cropped.nc" ! +GRID_FILE = "ocean_hgrid.nc" ! ! Name of the file from which to read horizontal grid data. RAD_EARTH = 6.371229E+06 ! [m] default = 6.378E+06 ! The radius of the Earth. @@ -122,8 +126,6 @@ TOPO_CONFIG = "file" ! ! Phillips - ACC-like idealized topography used in the Phillips config. ! dense - Denmark Strait-like dense water formation and overflow. ! USER - call a user modified routine. -TOPO_FILE = "topog_Charrassin_nocavity_cropped.nc" ! default = "topog.nc" - ! The file from which the bathymetry is read. MAXIMUM_DEPTH = 6000.0 ! [m] ! The maximum depth of the ocean. @@ -198,7 +200,7 @@ REGRIDDING_COORDINATE_MODE = "ZSTAR" ! default = "LAYER" ! HYCOM1 - HyCOM-like hybrid coordinate ! HYBGEN - Hybrid coordinate from the Hycom hybgen code ! ADAPTIVE - optimize for smooth neutral density surfaces -ALE_COORDINATE_CONFIG = "FILE:ocean_vgrid_cropped.nc,interfaces=zeta" ! default = "UNIFORM" +ALE_COORDINATE_CONFIG = "FILE:ocean_vgrid.nc,interfaces=zeta" ! default = "UNIFORM" ! Determines how to specify the coordinate resolution. Valid options are: ! PARAM - use the vector-parameter ALE_RESOLUTION ! UNIFORM[:N] - uniformly distributed @@ -239,7 +241,7 @@ INIT_LAYERS_FROM_Z_FILE = True ! [Boolean] default = False ! Z-space file on a latitude-longitude grid. ! === module MOM_initialize_layers_from_Z === -TEMP_SALT_Z_INIT_FILE = "ACCESS-OM2_IC_bfilled_smoothedland.nc" ! default = "temp_salt_z.nc" +TEMP_SALT_Z_INIT_FILE = "ocean_temp_salt.res.nc" ! default = "temp_salt_z.nc" ! The name of the z-space input file used to initialize temperatures (T) and ! salinities (S). If T and S are not in the same file, TEMP_Z_INIT_FILE and ! SALT_Z_INIT_FILE must be set. @@ -254,7 +256,7 @@ TEMP_SALT_INIT_VERTICAL_REMAP_ONLY = True ! [Boolean] default = False ! If true, initial conditions are on the model horizontal grid. Extrapolation ! over missing ocean values is done using an ICE-9 procedure with vertical ALE ! remapping . -OBC_SEGMENT_001_DATA = "U=file:forcing_access_yr2_8km_fill.nc(u),V=file:forcing_access_yr2_8km_fill.nc(v),SSH=file:forcing_access_yr2_8km_fill.nc(eta_t),TEMP=file:forcing_access_yr2_8km_fill.nc(pot_temp),SALT=file:forcing_access_yr2_8km_fill.nc(salt)" ! +OBC_SEGMENT_001_DATA = "U=file:OBC37S_forcing_access_yr2_4km.nc(u),V=file:OBC37S_forcing_access_yr2_4km.nc(v),SSH=file:OBC37S_forcing_access_yr2_4km.nc(eta_t),TEMP=file:OBC37S_forcing_access_yr2_4km.nc(pot_temp),SALT=file:OBC37S_forcing_access_yr2_4km.nc(salt)" ! ! OBC segment docs ! === module MOM_diag_mediator === @@ -265,7 +267,7 @@ DIAG_COORDS = "z Z ZSTAR", "rho2 RHO2 RHO" ! ! A list of string tuples associating diag_table modules to a coordinate ! definition used for diagnostics. Each string is of the form ! "MODULE_SUFFIX,PARAMETER_SUFFIX,COORDINATE_NAME". -DIAG_COORD_DEF_Z = "FILE:ocean_vgrid_cropped.nc,interfaces=zeta" ! default = "WOA09" +DIAG_COORD_DEF_Z = "FILE:ocean_vgrid.nc,interfaces=zeta" ! default = "WOA09" ! Determines how to specify the coordinate resolution. Valid options are: ! PARAM - use the vector-parameter DIAG_COORD_RES_Z ! UNIFORM[:N] - uniformly distributed @@ -516,10 +518,7 @@ TKE_ITIDE_MAX = 0.1 ! [W m-2] default = 1000.0 READ_TIDEAMP = True ! [Boolean] default = False ! If true, read a file (given by TIDEAMP_FILE) containing the tidal amplitude ! with INT_TIDE_DISSIPATION. -TIDEAMP_FILE = "tideamp_Charrassin_nocavity_cropped.nc" ! default = "tideamp.nc" - ! The path to the file containing the spatially varying tidal amplitudes with - ! INT_TIDE_DISSIPATION. -H2_FILE = "bottom_roughness_Charrassin_nocavity_cropped.nc" ! +H2_FILE = "bottom_roughness.nc" ! ! The path to the file containing the sub-grid-scale topographic roughness ! amplitude with INT_TIDE_DISSIPATION. BBL_EFFIC = 0.01 ! [nondim] default = 0.2 @@ -592,6 +591,14 @@ USE_RIVER_HEAT_CONTENT = True ! [Boolean] default = False USE_CALVING_HEAT_CONTENT = True ! [Boolean] default = False ! If true, use the fluxes%calving_Hflx field to set the heat carried by runoff, ! instead of using SST*CP*froz_runoff. +VAR_PEN_SW = True ! [Boolean] default = False + ! If true, use one of the CHL_A schemes specified by OPACITY_SCHEME to determine + ! the e-folding depth of incoming short wave radiation. +CHL_FILE = "chl_globcolour_monthly_clim.nc" ! + ! CHL_FILE is the file containing chl_a concentrations in the variable CHL_A. It + ! is used when VAR_PEN_SW and CHL_FROM_FILE are true. +CHL_VARNAME = "CHL" ! default = "CHL_A" + ! Name of CHL_A variable in CHL_FILE. ! === module MOM_energetic_PBL === ML_OMEGA_FRAC = 0.001 ! [nondim] default = 0.0 @@ -655,11 +662,8 @@ LT_MOD_LAC5 = 0.22 ! [nondim] default = 0.95 ! unstable Obukhov depth. ! === module MOM_opacity === -PEN_SW_SCALE = 15.0 ! [m] default = 0.0 - ! The vertical absorption e-folding depth of the penetrating shortwave - ! radiation. -PEN_SW_FRAC = 0.42 ! [nondim] default = 0.0 - ! The fraction of the shortwave radiation that penetrates below the surface. +PEN_SW_NBANDS = 3 ! default = 1 + ! The number of bands of penetrating shortwave radiation. ! === module MOM_tracer_advect === TRACER_ADVECTION_SCHEME = "PPM:H3" ! default = "PLM" @@ -715,7 +719,7 @@ ENTHALPY_FROM_COUPLER = True ! [Boolean] default = False FLUXCONST = 0.11 ! [m day-1] default = 0.0 ! The constant that relates the restoring surface fluxes to the relative surface ! anomalies (akin to a piston velocity). Note the non-MKS units. -SALT_RESTORE_FILE = "salt_restore_interpolated_nearest.nc" ! default = "salt_restore.nc" +SALT_RESTORE_FILE = "salt_sfc_restore.nc" ! default = "salt_restore.nc" ! A file in which to find the surface salinity to use for restoring. SRESTORE_AS_SFLUX = True ! [Boolean] default = False ! If true, the restoring of salinity is applied as a salt flux instead of as a diff --git a/config.yaml b/config.yaml index 347767e8f..9a3138c2f 100644 --- a/config.yaml +++ b/config.yaml @@ -32,22 +32,23 @@ jobname: 4km_panAn_om3 model: access-om3 exe: access-om3-MOM6-CICE6 input: - - /g/data/tm70/cy8964/mom6/input/input-8km/kmt_Charrassin_nocavity_cropped.nc - - /g/data/tm70/cy8964/mom6/input/input-8km/ocean_hgrid_cropped.nc - - /g/data/tm70/cy8964/mom6/input/input-8km/ocean_vgrid_cropped.nc - - /g/data/tm70/cy8964/mom6/input/input-8km/ACCESS-OM2_IC_bfilled_smoothedland.nc - - /g/data/tm70/cy8964/mom6/input/input-8km/salt_restore_interpolated_nearest.nc - - /g/data/tm70/cy8964/mom6/input/input-8km/bottom_roughness_Charrassin_nocavity_cropped.nc - - /g/data/tm70/cy8964/mom6/input/input-8km/tideamp_Charrassin_nocavity_cropped.nc - - /g/data/tm70/cy8964/mom6/input/input-8km/topog_Charrassin_nocavity_cropped.nc - - /g/data/tm70/cy8964/mom6/input/input-8km/access-om3-8km-ESMFmesh_Charrassin_nocavity_cropped.nc - - /g/data/tm70/cy8964/mom6/input/input-8km/access-om3-8km-nomask-ESMFmesh_Charrassin_nocavity_cropped.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/kmt.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/ocean_hgrid.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/ocean_vgrid.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/ocean_temp_salt.res.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/salt_sfc_restore.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/bottom_roughness.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/tideamp.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/topog.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.02.11/chl_globcolour_monthly_clim.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/access-om3-4km-ESMFmesh.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/access-om3-4km-nomask-ESMFmesh.nc - /g/data/vk83/prerelease/configurations/inputs/access-om3/share/meshes/share/2026.01.21/JRA55do-datm-ESMFmesh.nc - /g/data/vk83/prerelease/configurations/inputs/access-om3/share/meshes/share/2026.01.21/JRA55do-drof-ESMFmesh.nc - - /g/data/tm70/cy8964/mom6/input/input-8km/access-om3-8km-rof-remap-weights_Charrassin_nocavity_cropped.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/access-om3-4km-rof-remap-weights.nc - /g/data/vk83/configurations/inputs/JRA-55/RYF/v1-6/data - - /g/data/tm70/cy8964/mom6/input/input-8km/forcing_access_yr2_8km_fill.nc - - /g/data/tm70/cy8964/mom6/input/input-8km/diag_rho2.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/OBC37S_forcing_access_yr2_4km.nc + - /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/diag_rho2.nc runlog: true metadata: @@ -61,6 +62,10 @@ platform: nodesize: 104 nodemem: 512 +mpi: + flags: + - --mca pml ucx --mca coll ^ucc -x UCX_RNDV_THRESH=inf + collate: restart: true mpi: true diff --git a/datm_in b/datm_in index 78ec7e09c..42f36741f 100644 --- a/datm_in +++ b/datm_in @@ -8,8 +8,8 @@ flds_preso3 = .false. flds_wiso = .false. iradsw = 1 - model_maskfile = "./INPUT/access-om3-8km-nomask-ESMFmesh_Charrassin_nocavity_cropped.nc" - model_meshfile = "./INPUT/access-om3-8km-nomask-ESMFmesh_Charrassin_nocavity_cropped.nc" + model_maskfile = "./INPUT/access-om3-4km-nomask-ESMFmesh.nc" + model_meshfile = "./INPUT/access-om3-4km-nomask-ESMFmesh.nc" nx_global = 4320 ny_global = 1442 restfilm = "null" diff --git a/docs/MOM_parameter_doc.all b/docs/MOM_parameter_doc.all index 120fc365f..1a20748e9 100644 --- a/docs/MOM_parameter_doc.all +++ b/docs/MOM_parameter_doc.all @@ -233,7 +233,7 @@ GRID_CONFIG = "mosaic" ! ! cartesian - use a (flat) Cartesian grid. ! spherical - use a simple spherical grid. ! mercator - use a Mercator spherical grid. -GRID_FILE = "ocean_hgrid_cropped.nc" ! +GRID_FILE = "ocean_hgrid.nc" ! ! Name of the file from which to read horizontal grid data. USE_TRIPOLAR_GEOLONB_BUG = False ! [Boolean] default = False ! If true, use older code that incorrectly sets the longitude in some points @@ -267,7 +267,7 @@ TOPO_CONFIG = "file" ! ! Phillips - ACC-like idealized topography used in the Phillips config. ! dense - Denmark Strait-like dense water formation and overflow. ! USER - call a user modified routine. -TOPO_FILE = "topog_Charrassin_nocavity_cropped.nc" ! default = "topog.nc" +TOPO_FILE = "topog.nc" ! default = "topog.nc" ! The file from which the bathymetry is read. TOPO_VARNAME = "depth" ! default = "depth" ! The name of the bathymetry variable in TOPO_FILE. @@ -601,7 +601,7 @@ REGRIDDING_COORDINATE_MODE = "ZSTAR" ! default = "LAYER" ! ADAPTIVE - optimize for smooth neutral density surfaces REGRIDDING_COORDINATE_UNITS = "m" ! default = "m" ! Units of the regridding coordinate. -ALE_COORDINATE_CONFIG = "FILE:ocean_vgrid_cropped.nc,interfaces=zeta" ! default = "UNIFORM" +ALE_COORDINATE_CONFIG = "FILE:ocean_vgrid.nc,interfaces=zeta" ! default = "UNIFORM" ! Determines how to specify the coordinate resolution. Valid options are: ! PARAM - use the vector-parameter ALE_RESOLUTION ! UNIFORM[:N] - uniformly distributed @@ -704,13 +704,13 @@ INIT_LAYERS_FROM_Z_FILE = True ! [Boolean] default = False ! Z-space file on a latitude-longitude grid. ! === module MOM_initialize_layers_from_Z === -TEMP_SALT_Z_INIT_FILE = "ACCESS-OM2_IC_bfilled_smoothedland.nc" ! default = "temp_salt_z.nc" +TEMP_SALT_Z_INIT_FILE = "ocean_temp_salt.res.nc" ! default = "temp_salt_z.nc" ! The name of the z-space input file used to initialize temperatures (T) and ! salinities (S). If T and S are not in the same file, TEMP_Z_INIT_FILE and ! SALT_Z_INIT_FILE must be set. -TEMP_Z_INIT_FILE = "ACCESS-OM2_IC_bfilled_smoothedland.nc" ! default = "ACCESS-OM2_IC_bfilled_smoothedland.nc" +TEMP_Z_INIT_FILE = "ocean_temp_salt.res.nc" ! default = "ocean_temp_salt.res.nc" ! The name of the z-space input file used to initialize temperatures, only. -SALT_Z_INIT_FILE = "ACCESS-OM2_IC_bfilled_smoothedland.nc" ! default = "ACCESS-OM2_IC_bfilled_smoothedland.nc" +SALT_Z_INIT_FILE = "ocean_temp_salt.res.nc" ! default = "ocean_temp_salt.res.nc" ! The name of the z-space input file used to initialize temperatures, only. Z_INIT_FILE_PTEMP_VAR = "temp" ! default = "ptemp" ! The name of the potential temperature variable in TEMP_Z_INIT_FILE. @@ -787,7 +787,7 @@ OBC_RESERVOIR_INIT_BUG = True ! [Boolean] default = True ! If true, set the OBC tracer reservoirs at the startup of a new run from the ! interior tracer concentrations regardless of properties that may be explicitly ! specified for the reservoir concentrations. -OBC_SEGMENT_001_DATA = "U=file:forcing_access_yr2_8km_fill.nc(u),V=file:forcing_access_yr2_8km_fill.nc(v),SSH=file:forcing_access_yr2_8km_fill.nc(eta_t),TEMP=file:forcing_access_yr2_8km_fill.nc(pot_temp),SALT=file:forcing_access_yr2_8km_fill.nc(salt)" ! +OBC_SEGMENT_001_DATA = "U=file:OBC37S_forcing_access_yr2_4km.nc(u),V=file:OBC37S_forcing_access_yr2_4km.nc(v),SSH=file:OBC37S_forcing_access_yr2_4km.nc(eta_t),TEMP=file:OBC37S_forcing_access_yr2_4km.nc(pot_temp),SALT=file:OBC37S_forcing_access_yr2_4km.nc(salt)" ! ! OBC segment docs OBC_USER_CONFIG = "none" ! default = "none" ! A string that sets how the user code is invoked to set open boundary data: @@ -822,7 +822,7 @@ DIAG_AS_CHKSUM = False ! [Boolean] default = False AVAILABLE_DIAGS_FILE = "available_diags.000000" ! default = "available_diags.000000" ! A file into which to write a list of all available ocean diagnostics that can ! be included in a diag_table. -DIAG_COORD_DEF_Z = "FILE:ocean_vgrid_cropped.nc,interfaces=zeta" ! default = "WOA09" +DIAG_COORD_DEF_Z = "FILE:ocean_vgrid.nc,interfaces=zeta" ! default = "WOA09" ! Determines how to specify the coordinate resolution. Valid options are: ! PARAM - use the vector-parameter DIAG_COORD_RES_Z ! UNIFORM[:N] - uniformly distributed @@ -1832,12 +1832,12 @@ TKE_ITIDE_MAX = 0.1 ! [W m-2] default = 1000.0 READ_TIDEAMP = True ! [Boolean] default = False ! If true, read a file (given by TIDEAMP_FILE) containing the tidal amplitude ! with INT_TIDE_DISSIPATION. -TIDEAMP_FILE = "tideamp_Charrassin_nocavity_cropped.nc" ! default = "tideamp.nc" +TIDEAMP_FILE = "tideamp.nc" ! default = "tideamp.nc" ! The path to the file containing the spatially varying tidal amplitudes with ! INT_TIDE_DISSIPATION. TIDEAMP_VARNAME = "tideamp" ! default = "tideamp" ! The name of the tidal amplitude variable in the input file. -H2_FILE = "bottom_roughness_Charrassin_nocavity_cropped.nc" ! +H2_FILE = "bottom_roughness.nc" ! ! The path to the file containing the sub-grid-scale topographic roughness ! amplitude with INT_TIDE_DISSIPATION. ROUGHNESS_VARNAME = "h2" ! default = "h2" @@ -2087,9 +2087,16 @@ USE_CALVING_HEAT_CONTENT = True ! [Boolean] default = False ! instead of using SST*CP*froz_runoff. DO_BRINE_PLUME = False ! [Boolean] default = False ! If true, use a brine plume parameterization from Nguyen et al., 2009. -VAR_PEN_SW = False ! [Boolean] default = False +VAR_PEN_SW = True ! [Boolean] default = False ! If true, use one of the CHL_A schemes specified by OPACITY_SCHEME to determine ! the e-folding depth of incoming short wave radiation. +CHL_FROM_FILE = True ! [Boolean] default = True + ! If true, chl_a is read from a file. +CHL_FILE = "chl_globcolour_monthly_clim.nc" ! + ! CHL_FILE is the file containing chl_a concentrations in the variable CHL_A. It + ! is used when VAR_PEN_SW and CHL_FROM_FILE are true. +CHL_VARNAME = "CHL" ! default = "CHL_A" + ! Name of CHL_A variable in CHL_FILE. ! === module MOM_energetic_PBL === ML_OMEGA_FRAC = 0.001 ! [nondim] default = 0.0 @@ -2247,17 +2254,15 @@ REGULARIZE_SURFACE_LAYERS = False ! [Boolean] default = False ! much lateral variations to allow for sensible lateral barotropic transports. ! === module MOM_opacity === -EXP_OPACITY_SCHEME = "SINGLE_EXP" ! default = "SINGLE_EXP" - ! This character string specifies which exponential opacity scheme to utilize. - ! Currently valid options include: - ! SINGLE_EXP - Single Exponent decay. - ! DOUBLE_EXP - Double Exponent decay. -PEN_SW_SCALE = 15.0 ! [m] default = 0.0 - ! The vertical absorption e-folding depth of the penetrating shortwave - ! radiation. -PEN_SW_FRAC = 0.42 ! [nondim] default = 0.0 - ! The fraction of the shortwave radiation that penetrates below the surface. -PEN_SW_NBANDS = 1 ! default = 1 +OPACITY_SCHEME = "MANIZZA_05" ! default = "MANIZZA_05" + ! This character string specifies how chlorophyll concentrations are translated + ! into opacities. Currently valid options include: + ! MANIZZA_05 - Use Manizza et al., GRL, 2005. + ! MOREL_88 - Use Morel, JGR, 1988. + ! OHLMANN_03 - Use Ohlmann, J Clim, 2003. (only use if dz(1)>2.0m) +BLUE_FRAC_SW = 0.5 ! [nondim] default = 0.5 + ! The fraction of the penetrating shortwave radiation that is in the blue band. +PEN_SW_NBANDS = 3 ! default = 1 ! The number of bands of penetrating shortwave radiation. OPTICS_ANSWER_DATE = 99991231 ! default = 99991231 ! The vintage of the order of arithmetic and expressions in the optics @@ -2271,6 +2276,18 @@ PEN_SW_FLUX_ABSORB = 2.5E-11 ! [degC m s-1] default = 2.5E-11 PEN_SW_ABSORB_MINTHICK = 1.0 ! [m] default = 1.0 ! A thickness that is used to absorb the remaining penetrating shortwave heat ! flux when it drops below PEN_SW_FLUX_ABSORB. +OPACITY_VALUES_MANIZZA = 0.0232, 0.074, 0.225, 0.037, 2.86, 0.0 ! [m-1] default = 0.0232, 0.074, 0.225, 0.037, 2.86, 0.0 + ! Pairs of opacity coefficients for blue, red and near-infrared radiation with + ! parameterizations following the functional form from Manizza et al., GRL 2005, + ! namely in the form opacity = coef_1 + coef_2 * chl**pow for each band. + ! Although coefficients are set for 3 bands, more or less bands may actually be + ! used, with extra bands following the same properties as band 3. +CHOROPHYLL_POWER_MANIZZA = 0.674, 0.629, 0.0 ! [nondim] default = 0.674, 0.629, 0.0 + ! Powers of chlorophyll for blue, red and near-infrared radiation bands in + ! expressions for opacity of the form opacity = coef_1 + coef_2 * chl**pow. +OPACITY_BAND_WAVELENGTHS = 0.0, 550.0, 700.0, 2800.0 ! [nm] default = 0.0, 550.0, 700.0, 2800.0 + ! The bounding wavelengths for the various bands of shortwave radiation, with + ! defaults that depend on the setting for OPACITY_SCHEME. OPACITY_LAND_VALUE = 10.0 ! [m-1] default = 10.0 ! The value to use for opacity over land. The default is 10 m-1 - a value for ! muddy water. @@ -2452,7 +2469,7 @@ ENTHALPY_FROM_COUPLER = True ! [Boolean] default = False FLUXCONST = 0.11 ! [m day-1] default = 0.0 ! The constant that relates the restoring surface fluxes to the relative surface ! anomalies (akin to a piston velocity). Note the non-MKS units. -SALT_RESTORE_FILE = "salt_restore_interpolated_nearest.nc" ! default = "salt_restore.nc" +SALT_RESTORE_FILE = "salt_sfc_restore.nc" ! default = "salt_restore.nc" ! A file in which to find the surface salinity to use for restoring. SALT_RESTORE_VARIABLE = "salt" ! default = "salt" ! The name of the surface salinity variable to read from SALT_RESTORE_FILE for diff --git a/docs/MOM_parameter_doc.debugging b/docs/MOM_parameter_doc.debugging index 01f48c8cd..e7fc5c78f 100644 --- a/docs/MOM_parameter_doc.debugging +++ b/docs/MOM_parameter_doc.debugging @@ -92,5 +92,5 @@ WRITE_TRACER_MIN_MAX = False ! [Boolean] default = False ! === module MOM_file_parser === REPORT_UNUSED_PARAMS = True ! [Boolean] default = True ! If true, report any parameter lines that are not used in the run. -FATAL_UNUSED_PARAMS = False ! [Boolean] default = False +FATAL_UNUSED_PARAMS = True ! [Boolean] default = False ! If true, kill the run if there are any unused parameters. diff --git a/docs/MOM_parameter_doc.short b/docs/MOM_parameter_doc.short index 3103a8299..cac64340a 100644 --- a/docs/MOM_parameter_doc.short +++ b/docs/MOM_parameter_doc.short @@ -67,7 +67,7 @@ GRID_CONFIG = "mosaic" ! ! cartesian - use a (flat) Cartesian grid. ! spherical - use a simple spherical grid. ! mercator - use a Mercator spherical grid. -GRID_FILE = "ocean_hgrid_cropped.nc" ! +GRID_FILE = "ocean_hgrid.nc" ! ! Name of the file from which to read horizontal grid data. RAD_EARTH = 6.371229E+06 ! [m] default = 6.378E+06 ! The radius of the Earth. @@ -98,8 +98,6 @@ TOPO_CONFIG = "file" ! ! Phillips - ACC-like idealized topography used in the Phillips config. ! dense - Denmark Strait-like dense water formation and overflow. ! USER - call a user modified routine. -TOPO_FILE = "topog_Charrassin_nocavity_cropped.nc" ! default = "topog.nc" - ! The file from which the bathymetry is read. MAXIMUM_DEPTH = 6000.0 ! [m] ! The maximum depth of the ocean. @@ -174,7 +172,7 @@ REGRIDDING_COORDINATE_MODE = "ZSTAR" ! default = "LAYER" ! HYCOM1 - HyCOM-like hybrid coordinate ! HYBGEN - Hybrid coordinate from the Hycom hybgen code ! ADAPTIVE - optimize for smooth neutral density surfaces -ALE_COORDINATE_CONFIG = "FILE:ocean_vgrid_cropped.nc,interfaces=zeta" ! default = "UNIFORM" +ALE_COORDINATE_CONFIG = "FILE:ocean_vgrid.nc,interfaces=zeta" ! default = "UNIFORM" ! Determines how to specify the coordinate resolution. Valid options are: ! PARAM - use the vector-parameter ALE_RESOLUTION ! UNIFORM[:N] - uniformly distributed @@ -215,7 +213,7 @@ INIT_LAYERS_FROM_Z_FILE = True ! [Boolean] default = False ! Z-space file on a latitude-longitude grid. ! === module MOM_initialize_layers_from_Z === -TEMP_SALT_Z_INIT_FILE = "ACCESS-OM2_IC_bfilled_smoothedland.nc" ! default = "temp_salt_z.nc" +TEMP_SALT_Z_INIT_FILE = "ocean_temp_salt.res.nc" ! default = "temp_salt_z.nc" ! The name of the z-space input file used to initialize temperatures (T) and ! salinities (S). If T and S are not in the same file, TEMP_Z_INIT_FILE and ! SALT_Z_INIT_FILE must be set. @@ -230,7 +228,7 @@ TEMP_SALT_INIT_VERTICAL_REMAP_ONLY = True ! [Boolean] default = False ! If true, initial conditions are on the model horizontal grid. Extrapolation ! over missing ocean values is done using an ICE-9 procedure with vertical ALE ! remapping . -OBC_SEGMENT_001_DATA = "U=file:forcing_access_yr2_8km_fill.nc(u),V=file:forcing_access_yr2_8km_fill.nc(v),SSH=file:forcing_access_yr2_8km_fill.nc(eta_t),TEMP=file:forcing_access_yr2_8km_fill.nc(pot_temp),SALT=file:forcing_access_yr2_8km_fill.nc(salt)" ! +OBC_SEGMENT_001_DATA = "U=file:OBC37S_forcing_access_yr2_4km.nc(u),V=file:OBC37S_forcing_access_yr2_4km.nc(v),SSH=file:OBC37S_forcing_access_yr2_4km.nc(eta_t),TEMP=file:OBC37S_forcing_access_yr2_4km.nc(pot_temp),SALT=file:OBC37S_forcing_access_yr2_4km.nc(salt)" ! ! OBC segment docs ! === module MOM_diag_mediator === @@ -241,7 +239,7 @@ DIAG_COORDS = "z Z ZSTAR", "rho2 RHO2 RHO" ! ! A list of string tuples associating diag_table modules to a coordinate ! definition used for diagnostics. Each string is of the form ! "MODULE_SUFFIX,PARAMETER_SUFFIX,COORDINATE_NAME". -DIAG_COORD_DEF_Z = "FILE:ocean_vgrid_cropped.nc,interfaces=zeta" ! default = "WOA09" +DIAG_COORD_DEF_Z = "FILE:ocean_vgrid.nc,interfaces=zeta" ! default = "WOA09" ! Determines how to specify the coordinate resolution. Valid options are: ! PARAM - use the vector-parameter DIAG_COORD_RES_Z ! UNIFORM[:N] - uniformly distributed @@ -492,10 +490,7 @@ TKE_ITIDE_MAX = 0.1 ! [W m-2] default = 1000.0 READ_TIDEAMP = True ! [Boolean] default = False ! If true, read a file (given by TIDEAMP_FILE) containing the tidal amplitude ! with INT_TIDE_DISSIPATION. -TIDEAMP_FILE = "tideamp_Charrassin_nocavity_cropped.nc" ! default = "tideamp.nc" - ! The path to the file containing the spatially varying tidal amplitudes with - ! INT_TIDE_DISSIPATION. -H2_FILE = "bottom_roughness_Charrassin_nocavity_cropped.nc" ! +H2_FILE = "bottom_roughness.nc" ! ! The path to the file containing the sub-grid-scale topographic roughness ! amplitude with INT_TIDE_DISSIPATION. BBL_EFFIC = 0.01 ! [nondim] default = 0.2 @@ -568,6 +563,14 @@ USE_RIVER_HEAT_CONTENT = True ! [Boolean] default = False USE_CALVING_HEAT_CONTENT = True ! [Boolean] default = False ! If true, use the fluxes%calving_Hflx field to set the heat carried by runoff, ! instead of using SST*CP*froz_runoff. +VAR_PEN_SW = True ! [Boolean] default = False + ! If true, use one of the CHL_A schemes specified by OPACITY_SCHEME to determine + ! the e-folding depth of incoming short wave radiation. +CHL_FILE = "chl_globcolour_monthly_clim.nc" ! + ! CHL_FILE is the file containing chl_a concentrations in the variable CHL_A. It + ! is used when VAR_PEN_SW and CHL_FROM_FILE are true. +CHL_VARNAME = "CHL" ! default = "CHL_A" + ! Name of CHL_A variable in CHL_FILE. ! === module MOM_energetic_PBL === ML_OMEGA_FRAC = 0.001 ! [nondim] default = 0.0 @@ -631,11 +634,8 @@ LT_MOD_LAC5 = 0.22 ! [nondim] default = 0.95 ! unstable Obukhov depth. ! === module MOM_opacity === -PEN_SW_SCALE = 15.0 ! [m] default = 0.0 - ! The vertical absorption e-folding depth of the penetrating shortwave - ! radiation. -PEN_SW_FRAC = 0.42 ! [nondim] default = 0.0 - ! The fraction of the shortwave radiation that penetrates below the surface. +PEN_SW_NBANDS = 3 ! default = 1 + ! The number of bands of penetrating shortwave radiation. ! === module MOM_tracer_advect === TRACER_ADVECTION_SCHEME = "PPM:H3" ! default = "PLM" @@ -691,7 +691,7 @@ ENTHALPY_FROM_COUPLER = True ! [Boolean] default = False FLUXCONST = 0.11 ! [m day-1] default = 0.0 ! The constant that relates the restoring surface fluxes to the relative surface ! anomalies (akin to a piston velocity). Note the non-MKS units. -SALT_RESTORE_FILE = "salt_restore_interpolated_nearest.nc" ! default = "salt_restore.nc" +SALT_RESTORE_FILE = "salt_sfc_restore.nc" ! default = "salt_restore.nc" ! A file in which to find the surface salinity to use for restoring. SRESTORE_AS_SFLUX = True ! [Boolean] default = False ! If true, the restoring of salinity is applied as a salt flux instead of as a diff --git a/docs/available_diags.000000 b/docs/available_diags.000000 index 91fa9b158..3a62a0c4f 100644 --- a/docs/available_diags.000000 +++ b/docs/available_diags.000000 @@ -3070,6 +3070,12 @@ ! units: W m-2 ! standard_name: nondownwelling_shortwave_flux_in_sea_water ! cell_methods: xh:mean yh:mean area:mean +"Chl_opac" [Unused] + ! modules: {ocean_model,ocean_model_d2} + ! dimensions: xh, yh + ! long_name: Surface chlorophyll A concentration used to find opacity + ! units: mg m-3 + ! cell_methods: xh:mean yh:mean area:mean "ePBL_h_ML" [Unused] ! modules: {ocean_model,ocean_model_d2} ! dimensions: xh, yh @@ -3181,6 +3187,20 @@ ! units: m-1 ! cell_methods: xh:mean yh:mean zl:mean area:mean ! variants: {opac_1,opac_1_xyave} +"opac_2" [Unused] + ! modules: {ocean_model,ocean_model_z,ocean_model_rho2,ocean_model_d2,ocean_model_z_d2,ocean_model_rho2_d2} + ! dimensions: xh, yh, zl + ! long_name: Opacity for shortwave radiation in band 2, saved as L^-1 tanh(Opacity * L) for L = 10^-10 m + ! units: m-1 + ! cell_methods: xh:mean yh:mean zl:mean area:mean + ! variants: {opac_2,opac_2_xyave} +"opac_3" [Unused] + ! modules: {ocean_model,ocean_model_z,ocean_model_rho2,ocean_model_d2,ocean_model_z_d2,ocean_model_rho2_d2} + ! dimensions: xh, yh, zl + ! long_name: Opacity for shortwave radiation in band 3, saved as L^-1 tanh(Opacity * L) for L = 10^-10 m + ! units: m-1 + ! cell_methods: xh:mean yh:mean zl:mean area:mean + ! variants: {opac_3,opac_3_xyave} "KHTR_u" [Unused] ! modules: {ocean_model,ocean_model_z,ocean_model_rho2,ocean_model_d2,ocean_model_z_d2,ocean_model_rho2_d2} ! dimensions: xq, yh, zi diff --git a/drof_in b/drof_in index b35e3cdd7..e08e43781 100644 --- a/drof_in +++ b/drof_in @@ -1,7 +1,7 @@ &drof_nml datamode = "copyall" - model_maskfile = "./INPUT/access-om3-8km-nomask-ESMFmesh_Charrassin_nocavity_cropped.nc" - model_meshfile = "./INPUT/access-om3-8km-nomask-ESMFmesh_Charrassin_nocavity_cropped.nc" + model_maskfile = "./INPUT/access-om3-4km-nomask-ESMFmesh.nc" + model_meshfile = "./INPUT/access-om3-4km-nomask-ESMFmesh.nc" nx_global = 4320 ny_global = 1442 restfilm = "null" diff --git a/ice_in b/ice_in index 8facea090..8e728097d 100644 --- a/ice_in +++ b/ice_in @@ -18,16 +18,16 @@ ndtd = 3 / &grid_nml - bathymetry_file = "./INPUT/topog_Charrassin_nocavity_cropped.nc" + bathymetry_file = "./INPUT/topog.nc" grid_atm = "A" - grid_file = "./INPUT/ocean_hgrid_cropped.nc" + grid_file = "./INPUT/ocean_hgrid.nc" grid_format = "mom_nc" grid_ice = "B" grid_ocn = "A" grid_type = "regional" grid_outfile = .true. kcatbound = 2 - kmt_file = "./INPUT/kmt_Charrassin_nocavity_cropped.nc" + kmt_file = "./INPUT/kmt.nc" nblyr = 1 ncat = 7 nfsd = 1 diff --git a/input.nml b/input.nml index 8bc9b905b..15c817e8c 100644 --- a/input.nml +++ b/input.nml @@ -2,7 +2,7 @@ output_directory = './' restart_input_dir = './' restart_output_dir = './' - parameter_filename = 'MOM_input', + parameter_filename = 'MOM_input', 'MOM_override' / &fms_nml diff --git a/manifests/input.yaml b/manifests/input.yaml index a007bfb6f..ba92a9f76 100644 --- a/manifests/input.yaml +++ b/manifests/input.yaml @@ -1,11 +1,6 @@ format: yamanifest version: 1.0 --- -work/INPUT/ACCESS-OM2_IC_bfilled_smoothedland.nc: - fullpath: /g/data/tm70/cy8964/mom6/input/input-8km/ACCESS-OM2_IC_bfilled_smoothedland.nc - hashes: - binhash: e02e993ddf76fc2f6711c47509fb7cdc - md5: 38cd91ac0a9c131b39a057351bec3116 work/INPUT/JRA55do-datm-ESMFmesh.nc: fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/share/meshes/share/2026.01.21/JRA55do-datm-ESMFmesh.nc hashes: @@ -16,6 +11,11 @@ work/INPUT/JRA55do-drof-ESMFmesh.nc: hashes: binhash: 9f3ee3ce42e776fcbee8026e0c3880f5 md5: bf62c4e7786ddfbe56d61b3074d5d16d +work/INPUT/OBC37S_forcing_access_yr2_4km.nc: + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/OBC37S_forcing_access_yr2_4km.nc + hashes: + binhash: 39b50148464d56adc7845d79189c0208 + md5: 487153ac346d933eb3a0f1fefd991a8c work/INPUT/RYF.friver.1990_1991.nc: fullpath: /g/data/vk83/configurations/inputs/JRA-55/RYF/v1-6/data/RYF.friver.1990_1991.nc hashes: @@ -71,63 +71,68 @@ work/INPUT/RYF.vas.1990_1991.nc: hashes: binhash: f353a71a014062723ed2b56353932caf md5: 30b92b1e409cff9a9900692aa961aba4 -work/INPUT/access-om3-8km-ESMFmesh_Charrassin_nocavity_cropped.nc: - fullpath: /g/data/tm70/cy8964/mom6/input/input-8km/access-om3-8km-ESMFmesh_Charrassin_nocavity_cropped.nc +work/INPUT/access-om3-4km-ESMFmesh.nc: + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/access-om3-4km-ESMFmesh.nc hashes: - binhash: 39c203cbe25b86f2bb2d8adbbbaa58c2 + binhash: c009b73a1232b0417a0c95cbe9d0d860 md5: 3e36f72f89f9a61ae4a1ae5a7a1897a9 -work/INPUT/access-om3-8km-nomask-ESMFmesh_Charrassin_nocavity_cropped.nc: - fullpath: /g/data/tm70/cy8964/mom6/input/input-8km/access-om3-8km-nomask-ESMFmesh_Charrassin_nocavity_cropped.nc +work/INPUT/access-om3-4km-nomask-ESMFmesh.nc: + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/access-om3-4km-nomask-ESMFmesh.nc hashes: - binhash: dd7a5c47e3ac0a6d6e5559bf2c3c3b93 + binhash: 5669704e050d3be2b98277ad4270bf3c md5: a49b9c9d816f746b1210005ea167fa3a -work/INPUT/access-om3-8km-rof-remap-weights_Charrassin_nocavity_cropped.nc: - fullpath: /g/data/tm70/cy8964/mom6/input/input-8km/access-om3-8km-rof-remap-weights_Charrassin_nocavity_cropped.nc +work/INPUT/access-om3-4km-rof-remap-weights.nc: + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/access-om3-4km-rof-remap-weights.nc hashes: - binhash: 0748790e158eeefbbb4c9d7ea403ff4e + binhash: 9a8444e4f849a7de497cd8798d63bb93 md5: 978cc319f1c193f10afa9fdae167138b -work/INPUT/bottom_roughness_Charrassin_nocavity_cropped.nc: - fullpath: /g/data/tm70/cy8964/mom6/input/input-8km/bottom_roughness_Charrassin_nocavity_cropped.nc +work/INPUT/bottom_roughness.nc: + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/bottom_roughness.nc hashes: - binhash: 18869b06d2df6b53b1b2a8a81923e1b2 + binhash: 5763189c99c6d7893f5ec7bf0fbeae57 md5: c172360d26674ade54b621f0c23055e9 +work/INPUT/chl_globcolour_monthly_clim.nc: + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.02.11/chl_globcolour_monthly_clim.nc + hashes: + binhash: 93f5c3dcf6c7831861a256a99510ce17 + md5: 6c7a8b66d57f9a54ca6ac339f72fb72c work/INPUT/diag_rho2.nc: - fullpath: /g/data/tm70/cy8964/mom6/input/input-8km/diag_rho2.nc + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/diag_rho2.nc hashes: - binhash: 36ef1761b629df34ea5443850b2f18b4 + binhash: fab458dc2a1c9fbb9ef0b6420aebaa78 md5: b8abcb148bb3ef71282d6be4531e491e -work/INPUT/forcing_access_yr2_8km_fill.nc: - fullpath: /g/data/tm70/cy8964/mom6/input/input-8km/forcing_access_yr2_8km_fill.nc +work/INPUT/kmt.nc: + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/kmt.nc hashes: - binhash: 9f1cce5f9ee771acf098ceb58de7f5dc - md5: 08ea05256043a07e62a5aea57e0f816d -work/INPUT/kmt_Charrassin_nocavity_cropped.nc: - fullpath: /g/data/tm70/cy8964/mom6/input/input-8km/kmt_Charrassin_nocavity_cropped.nc - hashes: - binhash: 1dc131d2544843113023f7118ef9a7a8 + binhash: 36c907af8f6dfcd916701046a589b111 md5: 7ec3d82ea07c77021acf3f1faded52e8 -work/INPUT/ocean_hgrid_cropped.nc: - fullpath: /g/data/tm70/cy8964/mom6/input/input-8km/ocean_hgrid_cropped.nc +work/INPUT/ocean_hgrid.nc: + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/ocean_hgrid.nc hashes: - binhash: d33f874bec8aea015ae9de1c08f12f8f + binhash: 931f526ede0691b223ca4bb42879eeb3 md5: a1876832e039ca9bf761b8c16a08449e -work/INPUT/ocean_vgrid_cropped.nc: - fullpath: /g/data/tm70/cy8964/mom6/input/input-8km/ocean_vgrid_cropped.nc +work/INPUT/ocean_temp_salt.res.nc: + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/ocean_temp_salt.res.nc + hashes: + binhash: e4c4891e903bb625468db76abb28afac + md5: 38cd91ac0a9c131b39a057351bec3116 +work/INPUT/ocean_vgrid.nc: + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/ocean_vgrid.nc hashes: - binhash: d319d71d04eaa91e9fab04dec49893f8 + binhash: 55ccd1cf1887ece8c2b5788600f49100 md5: 66f71f2b24bd00b1c220787505e0106e -work/INPUT/salt_restore_interpolated_nearest.nc: - fullpath: /g/data/tm70/cy8964/mom6/input/input-8km/salt_restore_interpolated_nearest.nc +work/INPUT/salt_sfc_restore.nc: + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/salt_sfc_restore.nc hashes: - binhash: d73604715b2dc98e71f9b9146d4719b7 + binhash: 8b43aba8e111b98d2294c4733ea573ab md5: 62bcbd4638b849e1fada4f4e08dc228c -work/INPUT/tideamp_Charrassin_nocavity_cropped.nc: - fullpath: /g/data/tm70/cy8964/mom6/input/input-8km/tideamp_Charrassin_nocavity_cropped.nc +work/INPUT/tideamp.nc: + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/tideamp.nc hashes: - binhash: 30f2762faf5cb24f94afccc584c5ec09 + binhash: eed2c09d5b0872497349c78de9d015a6 md5: e714813b1e4bd46dff7936cd86b15366 -work/INPUT/topog_Charrassin_nocavity_cropped.nc: - fullpath: /g/data/tm70/cy8964/mom6/input/input-8km/topog_Charrassin_nocavity_cropped.nc +work/INPUT/topog.nc: + fullpath: /g/data/vk83/prerelease/configurations/inputs/access-om3/panan.4km/2026.01.08/topog.nc hashes: - binhash: be6babbe0153baea152d0ad26d35e57f + binhash: 99a04b09610d1750c7e2f5f3218810fb md5: 48bd279b3301e9f41f4aa38030f9ee68 diff --git a/nuopc.runconfig b/nuopc.runconfig index afb0cd931..5751af7b9 100644 --- a/nuopc.runconfig +++ b/nuopc.runconfig @@ -98,11 +98,11 @@ ALLCOMP_attributes:: hostname = gadi ice_ncat = 5 mediator_present = true - mesh_atm = ./INPUT/access-om3-8km-nomask-ESMFmesh_Charrassin_nocavity_cropped.nc - mesh_ice = ./INPUT/access-om3-8km-ESMFmesh_Charrassin_nocavity_cropped.nc + mesh_atm = ./INPUT/access-om3-4km-ESMFmesh.nc + mesh_ice = ./INPUT/access-om3-4km-ESMFmesh.nc mesh_lnd = UNSET - mesh_mask = ./INPUT/access-om3-8km-ESMFmesh_Charrassin_nocavity_cropped.nc - mesh_ocn = ./INPUT/access-om3-8km-ESMFmesh_Charrassin_nocavity_cropped.nc + mesh_mask = ./INPUT/access-om3-4km-ESMFmesh.nc + mesh_ocn = ./INPUT/access-om3-4km-ESMFmesh.nc model_version = unknown ocn2glc_coupling = .false. ocn2glc_levels = 1:10:19:26:30:33:35 @@ -249,8 +249,8 @@ MED_attributes:: ocn_surface_flux_scheme = 0 rof2lnd_map = unset rof2ocn_fmapname = unset - rof2ocn_ice_rmapname = ./INPUT/access-om3-8km-rof-remap-weights_Charrassin_nocavity_cropped.nc - rof2ocn_liq_rmapname = ./INPUT/access-om3-8km-rof-remap-weights_Charrassin_nocavity_cropped.nc + rof2ocn_ice_rmapname = ./INPUT/access-om3-4km-rof-remap-weights.nc + rof2ocn_liq_rmapname = ./INPUT/access-om3-4km-rof-remap-weights.nc rof_nx = 4320 rof_ny = 1442 wav2ocn_smapname = unset @@ -302,7 +302,7 @@ OCN_attributes:: ROF_attributes:: Verbosity = off - mesh_rof = ./INPUT/access-om3-8km-nomask-ESMFmesh_Charrassin_nocavity_cropped.nc + mesh_rof = ./INPUT/access-om3-4km-nomask-ESMFmesh.nc :: MED_modelio:: diff --git a/testing/checksum/historical-6hr-checksum.json b/testing/checksum/historical-6hr-checksum.json index c25d7b190..c28ef73fe 100644 --- a/testing/checksum/historical-6hr-checksum.json +++ b/testing/checksum/historical-6hr-checksum.json @@ -2,91 +2,91 @@ "schema_version": "1-0-0", "output": { "Temp": [ - "972EEDF6DC890CDB" + "646780C756B8A3D0" ], "Salt": [ - "4725D4840C979A4C" + "4710506837D822DB" ], "h": [ - "23BE430F636EE461" + "23BD7169677F3A4D" ], "u": [ - "174B671ADF6028E7" + "990D6ADCF0E4FDB5" ], "First_direction": [ "0" ], "ave_ssh": [ - "72689A2EDA57E65A" + "7269837A5016B2F4" ], "frazil": [ - "F939A1E90AE3BE06" + "AE8C0C08A3D4C807" ], "p_surf_EOS": [ "B3FD5D3A7D37FAD4" ], "sfc": [ - "B887303C2C67C3CE" + "366ECDC9A5FE2001" ], "v": [ - "229244F73916B07D" + "D877302E82F84C75" ], "u2": [ - "1226C1EAA186F798" + "8CD88CDC297CD44" ], "v2": [ - "1501E475209617D1" + "6763A00DE9F8C2AF" ], "CAu": [ - "E1C13C4DEDC068B2" + "76848D4707DF408E" ], "CAv": [ - "8743E0BD0AEF9694" + "A91A78253B605ABD" ], "diffu": [ - "D6BB53B182365748" + "4CA2ACA47AD6CEE7" ], "DTBT": [ - "401A61564B7F4F48" + "401A61564B99C71B" ], "diffv": [ - "8294BE6877CD6E4A" + "B54BEE69407A4CE9" ], "ubtav": [ - "6430E78A5A61E3E3" + "6495751C6802A0CC" ], "vbtav": [ - "4F92952768796C9C" + "50C71FCF8A5D6787" ], "age": [ - "49D4954206088CDA" + "1A034608D42D32" ], "Kd_shear": [ - "9ED25379CB6B99EB" + "204A772BEB3854F0" ], "Kv_shear": [ - "EE7D21A843AD01A6" + "3BFCACDC99FA13FB" ], "Kv_shear_Bu": [ - "B451C57B289109C9" + "E04585E26312F587" ], "MLD": [ - "792A970BCF26BE18" + "49F3557C4F90D8FE" ], "MLD_MLE_filtered": [ - "D616AAF53A94FCB9" + "72A76158F04CC46" ], "MLD_MLE_filtered_slow": [ - "B859BBD81F1646" + "ACE7D6DD32C9DDD4" ], "MLE_Bflux": [ - "8C50A4B7D4E3178C" + "BBC3D4E1DD1C45FA" ], "SFC_BFLX": [ - "2A22700BEA40B036" + "D2662F9623C289A9" ], "h_ML": [ - "792A970BCF26BE18" + "49F3557C4F90D8FE" ], "rx_normal": [ "0"