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

Ignore:
Timestamp:
2007-02-26T18:26:08+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_024:RB: Use of ctlopn for all files (except for dimg and coupled part)

File:
1 edited

Legend:

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

    r466 r623  
    2525   !! * Accessibility 
    2626   PUBLIC flo_blk      ! routine called by floats.F90 
     27 
     28   !! * Substitutions 
     29#  include "domzgr_substitute.h90" 
    2730   !!---------------------------------------------------------------------- 
    2831   !!   OPA 9.0 , LOCEAN-IPSL (2005)  
     
    127130            ! for a isobar float zsurfz is put to zero. The vertical velocity will be zero too. 
    128131            zsurfz = e1t(iiloc(jfl),ijloc(jfl)) * e2t(iiloc(jfl),ijloc(jfl)) 
    129             zvol   = zsurfz * fse3t(iiloc(jfl),ijloc(jfl),-ikl(jfl)) ) 
     132            zvol   = zsurfz * fse3t(iiloc(jfl),ijloc(jfl),-ikl(jfl)) 
    130133 
    131134            ! 
Note: See TracChangeset for help on using the changeset viewer.