Skip to content

Temperature and salinity nudging at the boundaries #49

Answered by yichengt900
zi-hua-liu asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @zi-hua-liu,

Thanks for bringing this up. There are several ways to do nudging in MOM6, and I think the one @charliestock mentioned is the SPONGE option in MOM6. In short, you will need to add the following runtime parameters to your MOM_override:

#override SPONGE = True
#override SPONGE_UV = False
#override SPONGE_DAMPING_FILE = "damping_full_t_90d.nc"
#override SPONGE_IDAMP_VAR = "Idamp"
#override SPONGE_STATE_FILE = "glorys_sponge_monthly_bnd_1990.nc"
#override SPONGE_PTEMP_VAR = "thetao"
#override SPONGE_SALT_VAR = "so"
#override INTERPOLATE_SPONGE_TIME_SPACE = True
#override SPONGE_DATA_ONGRID = True

where damping_full_t_90d.nc is a file with the sponge damping rates (normally we…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@zi-hua-liu
Comment options

Answer selected by zi-hua-liu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants