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 2787 for trunk/NEMOGCM/NEMO/TOP_SRC/oce_trc.F90 – NEMO

Ignore:
Timestamp:
2011-06-27T11:54:00+02:00 (13 years ago)
Author:
cetlod
Message:

Bug correction in NEMO/OFFLINE, see ticket #841

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/TOP_SRC/oce_trc.F90

    r2715 r2787  
    108108   USE dom_oce , ONLY :   e3w_0      =>   e3w_0      !: reference depth of w-points (m) 
    109109   USE dom_oce , ONLY :   gdepw_0    =>   gdepw_0    !: reference depth of w-points (m) 
    110 # if ! defined key_zco 
    111110   USE dom_oce , ONLY :   gdep3w     =>  gdep3w      !: ??? 
    112111   USE dom_oce , ONLY :   gdept      =>  gdept       !: depth of t-points (m) 
     
    119118   USE dom_oce , ONLY :   e3uw       =>  e3uw        !: uw-points (m) 
    120119   USE dom_oce , ONLY :   e3vw       =>  e3vw        !: vw-points (m) 
    121 # endif 
     120 
    122121   USE dom_oce , ONLY :   ln_zps     =>  ln_zps      !: partial steps flag 
    123122   USE dom_oce , ONLY :   ln_sco     =>  ln_sco      !: s-coordinate flag 
Note: See TracChangeset for help on using the changeset viewer.