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 8581 for branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2017-10-03T10:03:41+02:00 (7 years ago)
Author:
cbricaud
Message:

fix ticket #1944 in nemo_v3_6_STABLE ( SAS restartability)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/SAS_SRC/nemogcm.F90

    r7760 r8581  
    6464#endif 
    6565   USE bdy_par 
    66  
     66   USE restart 
     67 
     68    
    6769   IMPLICIT NONE 
    6870   PRIVATE 
     
    357359      IF( ln_ctl        )   CALL prt_ctl_init   ! Print control 
    358360                            CALL day_init   ! model calendar (using both namelist and restart infos) 
     361      IF( ln_rstart )       CALL rst_read_open 
    359362 
    360363                            CALL sbc_init   ! Forcings : surface module  
     
    363366      !           the environment of ocean BDY. Therefore bdy is called in both OPA and SAS modules.  
    364367      !           This is not clean and should be changed in the future.  
     368#if defined key_bdy 
    365369      IF( lk_bdy        )   CALL     bdy_init 
    366370      IF( lk_bdy        )   CALL bdy_dta_init 
    367371      ! ==> 
     372#endif 
    368373       
    369374      IF(lwp) WRITE(numout,*) 'Euler time step switch is ', neuler 
Note: See TracChangeset for help on using the changeset viewer.