Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Limit on DT_THERM in regional configs

AdeleMorrison

Adele Morrison
New Member
We're running a circumpolar MOM6-SIS2 Southern Ocean regional config with a single northern boundary at 37°S. We've seen some odd behaviour at the open boundary when we increase DT_THERM (tracer timestep). When DT_THERM is increased above a certain threshold, the meridional transport at the boundary has a step change to incorrect values that are not what we expect from the boundary forcing.

This plot shows the deep/abyssal transport in density space, integrated zonally, at the northernmost latitude closest to the boundary, averaged over the first year of the run. The cases with DT_THERM <= 1800 have northward bottom water transport as expected, but the case with DT_THERM = 3600 has southward abyssal transport instead. As the run continues in the large DT_THERM case, the ACC dissipates and the cross-boundary transport becomes even more incorrect.

Screen Shot 2023-04-21 at 10.52.33 am.png

In our 1/10° config (shown here), we find the behaviour is good for values of DT_THERM <= 1800, and bad for values of DT_THERM >= 3600. In our 1/20° config, we find the behaviour is good for values of DT_THERM <= 1200, and bad for values of DT_THERM >= 1800.

I see that this behaviour has also been found in this NWA12 simulation ("Per Andrew Ross: To summarize, NWA12 behaves normally with DT_THERM = 1200 or 1800. If I try to increase DT_THERM to 3600, however, the Gulf Stream rapidly dissipates with a bizarre wave traveling to the south, and then reestablishes as a very weak current that doesn't separate at all.")

Does anyone know what the explanation for this critical dependence on DT_THERM is? And is there an a priori way to determine what a suitable value of DT_THERM is for regional configs rather than trial and error?
 

andrew-c-ross

Andrew Ross
New Member
+1 -- I never figured out why this behavior happens in NWA12 either. Since biogeochemistry is called every DT_THERM, it would be great if it was possible to increase the time step.
 

gmarques

Gustavo Marques
Moderator
Staff member
There is a flag that allows DT_THERM to be longer than the coupling time step. Could this help?

THERMO_SPANS_COUPLING = False ! [Boolean] default = False
! If true, the MOM will take thermodynamic and tracer timesteps that can be
! longer than the coupling timestep. The actual thermodynamic timestep that is
! used in this case is the largest integer multiple of the coupling timestep
! that is less than or equal to DT_THERM.
 
Top