Symbol Description Uses
DO_THE_MODEL_IO Standard diagnostic I/O. 7



File Line number Procedure Code
./model/src/do_the_model_io.F 12 DO_THE_MODEL_IO
      SUBROUTINE DO_THE_MODEL_IO(
./model/src/forward_step.F 1068 FORWARD_STEP
      CALL DO_THE_MODEL_IO( modelEnd, myTime, myIter, myThid )
./model/src/initialise_varia.F 346 INITIALISE_VARIA
      CALL DO_THE_MODEL_IO( .FALSE., startTime, nIter0, myThid )
./verification/lab_sea/code_ad_seaice_only/the_main_loop.F 465 THE_MAIN_LOOP
      CALL DO_THE_MODEL_IO( myTime, myIter, myThid )
./verification/offline_exf_seaice/code_ad/the_main_loop.F 498 THE_MAIN_LOOP
      CALL DO_THE_MODEL_IO( .FALSE.,  myTime, myIter, myThid )
./pkg/atm2d/forward_step_atm2d.F 196 FORWARD_STEP_ATM2D
        CALL DO_THE_MODEL_IO( .FALSE., myTime, myIter, myThid )
./pkg/ecco/the_main_loop.F 1030 THE_MAIN_LOOP
      CALL DO_THE_MODEL_IO( .FALSE., myTime, myIter, myThid )