Skip to content

Commit c73ad58

Browse files
brandon.reichladcroft
authored andcommitted
Change the default setting of salt restore conversion to false
1 parent 66e96a4 commit c73ad58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config_src/drivers/FMS_cap/MOM_surface_forcing_gfdl.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ module MOM_surface_forcing_gfdl
146146
character(len=200) :: inputdir !< Directory where NetCDF input files are
147147
character(len=200) :: salt_restore_file !< Filename for salt restoring data
148148
character(len=30) :: salt_restore_var_name !< Name of surface salinity in salt_restore_file
149-
logical :: salt_restore_is_practical !< Specifies that salt restore salinity practical and not absolute.
149+
logical :: salt_restore_is_practical !< Specifies that the target salinity is practical and not absolute.
150150
logical :: mask_srestore !< If true, apply a 2-dimensional mask to the surface
151151
!! salinity restoring fluxes. The masking file should be
152152
!! in inputdir/salt_restore_mask.nc and the field should
@@ -1496,7 +1496,7 @@ subroutine surface_forcing_init(Time, G, US, param_file, diag, CS, wind_stagger)
14961496
default="salt")
14971497
call get_param(param_file, mdl, "SALT_RESTORE_PRACTICAL_SALINITY", CS%salt_restore_is_practical, &
14981498
"Specifies if the restoring surface salinity variable is practical salinity. If this "//&
1499-
"flag is set to false it is assumed that the salinity is absolute salinity.", default=.true.)
1499+
"flag is set to false it is assumed that the salinity is absolute salinity.", default=.false.)
15001500
call get_param(param_file, mdl, "SRESTORE_AS_SFLUX", CS%salt_restore_as_sflux, &
15011501
"If true, the restoring of salinity is applied as a salt "//&
15021502
"flux instead of as a freshwater flux.", default=.false.)

0 commit comments

Comments
 (0)