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

Ignore:
Timestamp:
2010-10-04T15:53:42+02:00 (14 years ago)
Author:
cetlod
Message:

merge LOCEAN 2010 developments branches

File:
1 edited

Legend:

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

    r2104 r2148  
    6767      !! ** Purpose :   Initialization of the dynamics and tracer fields. 
    6868      !!---------------------------------------------------------------------- 
     69      ! - ML - needed for initialization of e3t_b 
     70      INTEGER  ::  jk     ! dummy loop indice 
    6971 
    7072      IF(lwp) WRITE(numout,*) 
     
    128130         IF( ln_zps .AND. .NOT. lk_c1d )   CALL zps_hde( nit000, jpts, tsb, gtsu, gtsv,  & ! zps: before hor. gradient 
    129131            &                                                          rhd, gru , grv  )   ! of t,s,rd at ocean bottom 
    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 
     139         !  
    131140      ENDIF 
    132141      ! 
Note: See TracChangeset for help on using the changeset viewer.