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 4334 – NEMO

Changeset 4334


Ignore:
Timestamp:
2013-12-11T18:48:56+01:00 (10 years ago)
Author:
clem
Message:

remove remaining bugs in LIM3, so that it can run in both regional and global config

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/NEMO/OPA_SRC/IOM/restart.F90

    r4333 r4334  
    2323   USE eosbn2          ! equation of state            (eos bn2 routine) 
    2424   USE trdmld_oce      ! ocean active mixed layer tracers trends variables 
    25    USE domvvl          ! variable volume 
    2625   USE divcur          ! hor. divergence and curl      (div & cur routines) 
    2726   USE sbc_ice, ONLY : lk_lim3 
     
    211210         CALL iom_get( numror, jpdom_autoglo, 'hdivb'  , hdivb   ) 
    212211         CALL iom_get( numror, jpdom_autoglo, 'sshb'   , sshb    ) 
    213          IF( lk_vvl )   CALL iom_get( numror, jpdom_autoglo, 'fse3t_b', fse3t_b(:,:,:) ) 
    214212      ELSE 
    215213         neuler = 0 
Note: See TracChangeset for help on using the changeset viewer.