Sea ice velocity does not converge? -- Truncated too many times #26
-
I am running the regional MOM6 model in MOM6-SIS2 coupled mode. However, the model has encountered two fatal errors that halted its execution. I have provided details of my model setup here in case it aids in diagnosing the issue.
Any comments are appreciated! Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
The truncation error is from the sea-ice velocity exceeding the limit set by the CFL criterion. If you regional model has a higher resolution than your global model you may need to decrease your time steps in the ocean and sea-ice model to maintain stability. But it sounds like you may have figured out the source of the of the incorrect velocities! I recommend testing your domain without OBC's when you are first setting it up. For the tidal amplitude, I think you need to change the name of the variable in your tideamp_regional_nep.nc file to just "tideamp" rather than "tideamp_interp". I don't think the code allows you to specify the name of that field. |
Beta Was this translation helpful? Give feedback.
Hi @zi-hua-liu,
After reviewing your configuration, I believe the issue you encountered is due to the absence of
H2_FILE
(Variance of sub-grid scale topography) in your model configuration. This information can be found in the original global INPUTocean_topog.nc
. Below is an example script that can be used to regrid H2 data: