Skip to content

Commit

Permalink
Update MOM_input
Browse files Browse the repository at this point in the history
Use @sanAkel's version of **full depth** WOA18 T and S file.
  • Loading branch information
sanAkel authored Oct 4, 2023
1 parent 6bf126d commit c3b821e
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions MOM6_GEOSPlug/mom6_app/72x36/MOM_input
Original file line number Diff line number Diff line change
Expand Up @@ -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 ===

Expand Down

0 comments on commit c3b821e

Please sign in to comment.