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 4366 for branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90 – NEMO

Ignore:
Timestamp:
2014-01-22T15:57:03+01:00 (10 years ago)
Author:
jchanut
Message:

correct vvl initialization, ticket #1227

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/DOM/domvvl.F90

    r4341 r4366  
    772772         IF( ln_rstart ) THEN                   !* Read the restart file 
    773773            CALL rst_read_open                  !  open the restart file if necessary 
     774            CALL iom_get( numror, jpdom_autoglo, 'sshn'   , sshn    ) 
     775            ! 
    774776            id1 = iom_varid( numror, 'fse3t_b', ldstop = .FALSE. ) 
    775777            id2 = iom_varid( numror, 'fse3t_n', ldstop = .FALSE. ) 
     
    823825            fse3t_b(:,:,:) = e3t_0(:,:,:) 
    824826            fse3t_n(:,:,:) = e3t_0(:,:,:) 
     827            sshn(:,:) = 0.0_wp 
    825828            IF( ln_vvl_ztilde .OR. ln_vvl_layer) THEN 
    826829               tilde_e3t_b(:,:,:) = 0.0_wp 
Note: See TracChangeset for help on using the changeset viewer.