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 2068 for branches/DEV_r1837_MLF/NEMO/OPA_SRC/istate.F90 – NEMO

Ignore:
Timestamp:
2010-09-06T17:56:51+02:00 (14 years ago)
Author:
mlelod
Message:

ticket: #663 ensuring restartability and conservation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1837_MLF/NEMO/OPA_SRC/istate.F90

    r1566 r2068  
    6666      !!---------------------------------------------------------------------- 
    6767      USE eosbn2          ! eq. of state, Brunt Vaisala frequency (eos     routine) 
     68      ! - ML - needed for initialization of e3t_b 
     69      INTEGER  ::  jk     ! dummy loop indice 
    6870 
    6971      IF(lwp) WRITE(numout,*) 
     
    128130            &                                  gtu, gsu, gru, &  ! of t, s, rd at the bottom ocean level 
    129131            &                                  gtv, gsv, grv ) 
    130           
     132       
     133         ! - ML - sshn could be modified by istate_eel, so that initialization of fse3t_b is done here 
     134         IF( lk_vvl ) THEN 
     135            DO jk = 1, jpk 
     136               fse3t_b(:,:,jk) = fse3t_n(:,:,jk) 
     137            ENDDO 
     138         ENDIF 
    131139      ENDIF 
    132140      ! 
Note: See TracChangeset for help on using the changeset viewer.