[MITgcm-support] SOLUTION IS HEADING OUT OF BOUNDS: tMin, tMax= ?
Martin Losch
mlosch at awi-bremerhaven.de
Mon Aug 21 03:48:52 EDT 2006
Brainf,
this question has been posted (with answers!) many times (do a search
on the support mailing list and you'll see). The answer again: in the
monitor package there is check to make sure that the model's
temperature is within reasonable limits (tMin,tMax are the minimal
and maximal occurring temperatures), if not, the model stops with
your error message (SOLUTION IS HEADING OUT OF BOUNDS, which is
actually quite clear, isn't it?).
The are many possible reasons. The most probable is that you run into
a cfl-problem (velocity*timestep/gridsize > 1), because
1. your time step is too small
2. your initialization is so instable or has strong horizontal
gradients that you immediately have strong vertical/horizontal
velocities so that 1. your time step is too small.
You can monitor the cfl numbers in the monitor output (advcfl_uvel,
advcfl_vvel, advcfl_wvel, etc).
Martin
On Aug 17, 2006, at 4:59 PM, Brainf wrote:
>
> I'm sorry I have too many question every day,
> But this time I have run all example with no error,
> When I run my region config files ,(from real topographty,
> temperature...)
> It said this error, what is tMin,tMax ? min and max temperature?
> What will result this error commonly? How to skip this error?
>
>
> ........
> SOLUTION IS HEADING OUT OF BOUNDS: tMin,tMax= -1.900E+00 1.030E+05
> MON_SOLUTION: STOPPING CALCULATION
> S/R EEDIE: Only 0 threads have completed, 1 are expected
> for this confi
> guration!
>
>
>
>
>
> Possibly you have different setenv PARALLEL and nThreads?
> STOP MON_SOLUTION: STOPPED DUE TO EXTREME VALUES OF SOLUTION
> statement executed
>
>
> Best regards.
>
> Brainf
> brainf at 163.com
> 2006-08-17
>
>
> _______________________________________________
> MITgcm-support mailing list
> MITgcm-support at mitgcm.org
> http://mitgcm.org/mailman/listinfo/mitgcm-support
More information about the MITgcm-support
mailing list