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 2288 – NEMO

Changeset 2288


Ignore:
Timestamp:
2010-10-18T16:32:43+02:00 (14 years ago)
Author:
cetlod
Message:

Ocean restart file not needed in case of OFFLINE configuration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/DOM/daymod.F90

    r2287 r2288  
    258258      ENDIF 
    259259 
     260#if ! defined key_offline 
    260261      CALL rst_opn( kt )                                ! Open the restart file if needed and control lrst_oce 
     262#endif 
    261263      IF( lrst_oce )   CALL day_rst( kt, 'WRITE' )      ! write day restart information 
    262264      ! 
Note: See TracChangeset for help on using the changeset viewer.