| Symbol | Description | Uses |
| DYNAMICS | Momentum equations driver. | 3 |
| File | Line number | Procedure | Code |
| ./pkg/ecco/the_main_loop.F | 531 | THE_MAIN_LOOP |
CALL DYNAMICS( myTime, myIter, myThid ) |
| ./model/src/forward_step.F | 416 | FORWARD_STEP |
CALL DYNAMICS( myTime, myIter, myThid ) |
| ./model/src/dynamics.F | 10 | DYNAMICS |
SUBROUTINE DYNAMICS(myTime, myIter, myThid) |