Hello! @john_reilly and I are trying to get a regional modelling run at 30th degree. The steps we’re following are:
- Choose a hgrid from a 10th degree mom5 run
- Increase hgrid to 30th degree resolution
- Interpolate all the inputs from a mom5 global run onto this new hgrid
- Interpolate Gebco topography onto hgrid & fill in holes / lakes with ‘deseas’ F90 script
- Use Angus’ brushcutter tools to interpolate & generate the boundary forcing
- Cross fingers and payu run
All these steps are in this notebook
The above steps all work for the ‘default’ 10th degree grid but we’re running into issues with the higher res runs. Namely, there are large velocities that appear at the boundary which mess everything else up
We’re thinking it’s the timestepping and are currently trial-and-erroring different DT, DT_THERMS and OBC IN/OUT timescales. Attached is an image of the velocity field. The outputs live at /scratch/x77/ab8992/mom6/archive/tassie_30th
Currently I’ve scaled everything back by a factor of 18 which does seem like overkill for a factor of 3 increase to resolution. Larger timesteps break for the first 5 days, but I seem to increase them on a restart after 5 days, albeit still with the ridiculous velocities.
DT 900 → 50
DT_THERM 1800 → 100
OBC inflow and outflow remain at DT
update It seems like the Panan folk must have figured things out for their 20th degree run. I was about to message them directly but figured I should still post here in case others run into the same issues