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 4924 for branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90 – NEMO

Ignore:
Timestamp:
2014-11-28T18:24:01+01:00 (9 years ago)
Author:
mathiot
Message:

UKM02_ice_shelves merged and SETTE tested with revision 4879 of trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2014/dev_r4650_UKMO2_ice_shelves/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90

    r4747 r4924  
    126126                     CALL iom_rstput( kt, nitrst, numrow, 'fsdepw ', fsdepw (:,:,:) ) 
    127127      END IF 
     128      IF( lk_lim3 .AND. .NOT. lk_vvl )  CALL iom_rstput( kt, nitrst, numrow, 'fse3t_b', fse3t_b(:,:,:) ) 
    128129                     ! 
    129130                     CALL iom_rstput( kt, nitrst, numrow, 'un'     , un        )     ! now fields 
     
    216217         CALL iom_get( numror, jpdom_autoglo, 'hdivb'  , hdivb   ) 
    217218         CALL iom_get( numror, jpdom_autoglo, 'sshb'   , sshb    ) 
     219         IF( lk_lim3 )   CALL iom_get( numror, jpdom_autoglo, 'fse3t_b', fse3t_b(:,:,:) ) 
    218220      ELSE 
    219221         neuler = 0 
     
    251253         hdivb(:,:,:)   = hdivn(:,:,:) 
    252254         sshb (:,:)     = sshn (:,:) 
     255 
    253256         IF( lk_vvl ) THEN 
    254257            DO jk = 1, jpk 
     
    256259            END DO 
    257260         ENDIF 
    258       ENDIF 
    259       ! 
    260       IF( lk_lim3 ) THEN  
     261 
     262         IF( lk_lim3 .AND. .NOT. lk_vvl ) THEN 
     263            DO jk = 1, jpk 
     264               fse3t_b(:,:,jk) = fse3t_n(:,:,jk) 
     265            END DO 
     266         ENDIF 
     267 
     268      ENDIF 
     269      ! 
     270      IF( lk_lim3 ) THEN 
    261271         CALL iom_get( numror, jpdom_autoglo, 'iatte' , iatte ) ! clem modif 
    262272         CALL iom_get( numror, jpdom_autoglo, 'oatte' , oatte ) ! clem modif 
Note: See TracChangeset for help on using the changeset viewer.