Temperature and salinity nudging at the boundaries #49
-
May I ask how to set up the model configuration for nudging on the boundaries? There are 4 open boundaries in my model (regional mom6-sis2-cobaltV2) and only temperature and salinity fields on the 4 boundaries need to be nudged. Below is the corresponding setup for the OBCs, but I am not sure how to add the nudging data files to the boundaries. Any comments are appreciated. OBC_SEGMENT_001 = "I=N,J=0:N,FLATHER,ORLANSKI,NUDGED,ORLANSKI_TAN,NUDGED_TAN" ! OBC_TRACER_RESERVOIR_LENGTH_SCALE_OUT = 3.0E+03 ! [m] default = 0.0 Do I just need to enlarge the thickness of the boundaries (currently a single layer), or are there any other parameters that need to be added or modified? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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
where |
Beta Was this translation helpful? Give feedback.
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 yourMOM_override
:where
damping_full_t_90d.nc
is a file with the sponge damping rates (normally we…