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 3594 for branches/2012/dev_r3452_UKMO9_RESTART/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2012-11-19T13:28:55+01:00 (11 years ago)
Author:
rfurner
Message:

code not tested through SETTEE, builds and runs, but has not been thoroughly tested, so will not be included in 2012 merge, however submitted back to keep record of work done for 2013 developments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3452_UKMO9_RESTART/NEMOGCM/NEMO/OPA_SRC/step.F90

    r3294 r3594  
    245245                               CALL dia_wri_state( 'output.abort', kstp ) 
    246246      ENDIF 
    247       IF( kstp == nit000   )   CALL iom_close( numror )     ! close input  ocean restart file 
    248       IF( lrst_oce         )   CALL rst_write    ( kstp )   ! write output ocean restart file 
    249       IF( lk_obc           )  CALL obc_rst_write( kstp )   ! write open boundary restart file 
     247      IF( kstp == nit000   )      CALL iom_close( numror )     ! close input  ocean restart file 
     248      IF( lrst_oce         )      CALL rst_write    ( kstp )   ! write output ocean restart file 
     249      IF( lrst_oce .and. lk_obc ) CALL obc_rst_write( kstp )   ! write open boundary restart file 
    250250 
    251251      !>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
Note: See TracChangeset for help on using the changeset viewer.