| Symbol | Description | Uses |
| THE_CORRECTION_STEP | Step forward to next time step. Here applied to move restart conditions (saved in mid timestep) to correct level in time (only used for pre-c35). | 2 |
| File | Line number | Procedure | Code |
| ./model/src/initialise_varia.F | 176 | INITIALISE_VARIA |
CALL THE_CORRECTION_STEP(startTime, nIter0, myThid) |
| ./model/src/the_correction_step.F | 10 | THE_CORRECTION_STEP |
SUBROUTINE THE_CORRECTION_STEP(myTime, myIter, myThid) |