Opened 8 years ago
Closed 5 years ago
#161 closed defect (fixed)
LibIGCM does not stop correctly when analytical spinup converges
Reported by: | luyssaert | Owned by: | jgipsl |
---|---|---|---|
Priority: | minor | Milestone: | ORCHIDEE 2.0 |
Component: | Tools | Version: | |
Keywords: | Cc: |
Description
When the analytical spinup converges in less simulations that the number set in the config.card, libIGCM will stop the simulation with a Fatal in the run.card. This does not affect the results but it is confusing
Change History (3)
comment:1 Changed 7 years ago by jgipsl
- Owner changed from Josefine Ghattas to jgipsl
- Priority changed from major to minor
- Status changed from new to accepted
comment:2 Changed 6 years ago by jgipsl
comment:3 Changed 5 years ago by jgipsl
- Resolution set to fixed
- Status changed from accepted to closed
While using libIGCM, config.card is the main pilote for the simulation controling the begining and end of the simulation. It would not be correct to stop the simulation in before hand. There would be lots of problems of post-traitement.
Since the commit above, following is written in the Script_Output if the equilibrium is reached but the simulation will not be stopped:
SPINUP ANALYTIC : your spinup is successful You can now stop the simulation if you want
I consider this as enough. Ticket will be closed.
In commit [3914] the stop is removed for the case that equilibrium is reached. I do not know how to stop in advance a simulation without making a fatal.
Note that it is not libIGCM but stomate.driver that stopped the simulation.