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 5836 for trunk/NEMOGCM/NEMO/OPA_SRC/FLO/floblk.F90 – NEMO

Ignore:
Timestamp:
2015-10-26T15:49:40+01:00 (9 years ago)
Author:
cetlod
Message:

merge the simplification branch onto the trunk, see ticket #1612

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/FLO/floblk.F90

    r4328 r5836  
    44   !! Ocean floats :   trajectory computation 
    55   !!====================================================================== 
    6 #if   defined key_floats   ||   defined key_esopa 
     6#if   defined key_floats 
    77   !!---------------------------------------------------------------------- 
    88   !!   'key_floats'                                     float trajectories 
     
    125125 
    126126            ! for a isobar float zsurfz is put to zero. The vertical velocity will be zero too. 
    127             zsurfz = e1t(iiloc(jfl),ijloc(jfl)) * e2t(iiloc(jfl),ijloc(jfl)) 
     127            zsurfz =          e1e2t(iiloc(jfl),ijloc(jfl)) 
    128128            zvol   = zsurfz * fse3t(iiloc(jfl),ijloc(jfl),-ikl(jfl)) 
    129129 
Note: See TracChangeset for help on using the changeset viewer.