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 5845 for branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90 – NEMO

Ignore:
Timestamp:
2015-10-31T08:40:45+01:00 (8 years ago)
Author:
gm
Message:

#1613: vvl by default: suppression of domzgr_substitute.h90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5836_NOC3_vvl_by_default/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90

    r5836 r5845  
    3737 
    3838   !! * Substitutions 
    39 #  include "domzgr_substitute.h90" 
    4039#  include "vectopt_loop_substitute.h90" 
    4140   !!---------------------------------------------------------------------- 
     
    237236         CALL iom_get( numror, jpdom_autoglo, 'rhop'   , rhop    )   ! now    potential density 
    238237      ELSE 
    239          CALL eos    ( tsn, rhd, rhop, fsdept_n(:,:,:) )    
     238         CALL eos    ( tsn, rhd, rhop, gdept_n(:,:,:) )    
    240239      ENDIF 
    241240      ! 
     
    248247         IF( lk_vvl ) THEN 
    249248            DO jk = 1, jpk 
    250                fse3t_b(:,:,jk) = fse3t_n(:,:,jk) 
     249               e3t_b(:,:,jk) = e3t_n(:,:,jk) 
    251250            END DO 
    252251         ENDIF 
Note: See TracChangeset for help on using the changeset viewer.