New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3901 for branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2013-05-03T14:35:21+02:00 (11 years ago)
Author:
clevy
Message:

Configuration Setting/Step2, see ticket:#1074

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3853_CNRS9_ConfSetting/NEMOGCM/NEMO/OPA_SRC/step.F90

    r3769 r3901  
    251251                               CALL dia_wri_state( 'output.abort', kstp ) 
    252252      ENDIF 
    253       IF( kstp == nit000   )   CALL iom_close( numror )     ! close input  ocean restart file 
     253      IF( kstp == nit000   )   THEN 
     254         CALL iom_close( numror )     ! close input  ocean restart file 
     255         CALL FLUSH    ( numond )     ! flush output namelist oce 
     256         CALL FLUSH    ( numoni )     ! flush output namelist ice     
     257      ENDIF 
    254258      IF( lrst_oce         )   CALL rst_write    ( kstp )   ! write output ocean restart file 
    255259      IF( lk_obc           )   CALL obc_rst_write( kstp )   ! write open boundary restart file 
Note: See TracChangeset for help on using the changeset viewer.