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

Changeset 10256


Ignore:
Timestamp:
2018-10-30T14:04:17+01:00 (5 years ago)
Author:
mathiot
Message:

fix #2151

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/DYN/dynspg_ts.F90

    r10068 r10256  
    13931393      IF( TRIM(cdrw) == 'READ' ) THEN        ! Read/initialise  
    13941394         !                                   ! --------------- 
    1395          IF( ln_rstart .AND. ln_bt_fw ) THEN    !* Read the restart file 
     1395         IF( ln_rstart .AND. ln_bt_fw .AND. (neuler/=0) ) THEN    !* Read the restart file 
    13961396            CALL iom_get( numror, jpdom_autoglo, 'ub2_b'  , ub2_b  (:,:), ldxios = lrxios )    
    13971397            CALL iom_get( numror, jpdom_autoglo, 'vb2_b'  , vb2_b  (:,:), ldxios = lrxios )  
Note: See TracChangeset for help on using the changeset viewer.