From c3b821e4538b46818626ca96de977a7b06b00148 Mon Sep 17 00:00:00 2001 From: Santha Akella <18061653+sanAkel@users.noreply.github.com> Date: Wed, 4 Oct 2023 19:24:56 -0400 Subject: [PATCH] Update MOM_input Use @sanAkel's version of **full depth** WOA18 T and S file. --- MOM6_GEOSPlug/mom6_app/72x36/MOM_input | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/MOM6_GEOSPlug/mom6_app/72x36/MOM_input b/MOM6_GEOSPlug/mom6_app/72x36/MOM_input index 80f8b85..472592c 100755 --- a/MOM6_GEOSPlug/mom6_app/72x36/MOM_input +++ b/MOM6_GEOSPlug/mom6_app/72x36/MOM_input @@ -166,13 +166,14 @@ INIT_LAYERS_FROM_Z_FILE = True ! [Boolean] default = False ! Z-space file on a latitude-longitude grid. ! === module MOM_initialize_layers_from_Z === -TEMP_Z_INIT_FILE = "woa18_decav_t01_04.nc" ! default = "" - ! The name of the z-space input file used to initialize temperatures, only. -SALT_Z_INIT_FILE = "woa18_decav_s01_04.nc" ! default = "" - ! The name of the z-space input file used to initialize temperatures, only. -Z_INIT_FILE_PTEMP_VAR = "p_an" ! default = "ptemp" +TEMP_SALT_Z_INIT_FILE = "WOA18_decav_TPOTS_monthly_fulldepth_01.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. +Z_INIT_FILE_PTEMP_VAR = "ptemp" ! default = "ptemp" ! The name of the potential temperature variable in TEMP_Z_INIT_FILE. -Z_INIT_FILE_SALT_VAR = "s_an" ! default = "salt" +Z_INIT_FILE_SALT_VAR = "salt" ! default = "salt" + ! The name of the salinity variable in SALT_Z_INIT_FILE. ! === module MOM_diag_mediator ===