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 1388 for branches/dev_004_VVL/NEMO/OPA_SRC/LDF – NEMO

Ignore:
Timestamp:
2009-04-07T17:10:46+02:00 (15 years ago)
Author:
rblod
Message:

Add bfore Brunt-Vaisala frequency for evd, see ticket #401

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_004_VVL/NEMO/OPA_SRC/LDF/ldfeiv.F90

    r1146 r1388  
    9494            ! of the square root of the resulting N^2 ( required to compute 
    9595            ! internal Rossby radius Ro = .5 * sum_jpk(N) / f 
    96             zn2 = MAX( rn2(ji,1,jk), 0.e0 ) 
     96            zn2 = MAX( rn2b(ji,1,jk), 0.e0 ) 
    9797            zn(ji,1) = zn(ji,1) + SQRT( zn2 ) * fse3w(ji,1,jk) 
    9898            ! Compute elements required for the inverse time scale of baroclinic 
     
    113113               ! of the square root of the resulting N^2 ( required to compute  
    114114               ! internal Rossby radius Ro = .5 * sum_jpk(N) / f  
    115                zn2 = MAX( rn2(ji,jj,jk), 0.e0 ) 
     115               zn2 = MAX( rn2b(ji,jj,jk), 0.e0 ) 
    116116               zn(ji,jj) = zn(ji,jj) + SQRT( zn2 ) * fse3w(ji,jj,jk) 
    117117               ! Compute elements required for the inverse time scale of baroclinic 
Note: See TracChangeset for help on using the changeset viewer.