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 359 for trunk/NEMO/OPA_SRC/oce.F90 – NEMO

Ignore:
Timestamp:
2005-12-21T11:46:45+01:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_033 : RB + CT : Add new surface pressure gradient algorithms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/oce.F90

    r247 r359  
    66   !! History : 
    77   !!   8.5  !  02-11  (G. Madec)  F90: Free form and module 
     8   !!   9.0  !  05-11  (V. Garnier) Surface pressure gradient organization 
    89   !!---------------------------------------------------------------------- 
    910   !!  OPA 9.0 , LOCEAN-IPSL (2005)  
     
    6263#endif 
    6364 
    64 #if defined key_dynspg_fsc   ||   defined key_esopa 
    65    !! free surface - constant volume formulation 
    66    !! ------------------------------------------ 
     65   !! free surface 
     66   !! ------------ 
    6767   REAL(wp), PUBLIC, DIMENSION(jpi,jpj) ::   &   !: 
    6868      sshb, sshn,         &  !: before, now sea surface height (meters) 
    69       hu, hv                 !: depth at u- and v-points (meters) 
    70 # if defined key_obc 
     69      hu  , hv  ,         &  !: depth at u- and v-points (meters) 
     70      hur , hvr              !: inverse of u and v-points ocean depth (1/m) 
     71#if defined key_obc 
    7172   REAL(wp), PUBLIC ::    &  !: 
    7273      obcsurftot       !: Total lateral surface of open boundaries 
     
    7475      obcumask, obcvmask     !: u-, v- Force filtering mask for the open  
    7576      !                      !  boundary condition on grad D 
    76 # endif 
    77 # if defined key_trdvor 
    78    REAL(wp), PUBLIC, DIMENSION(jpi,jpj) ::   &   !: 
    79        hur, hvr             !: inverse of u and v-points ocean depth (1/m) 
    80 # endif 
    8177#endif 
     78 
    8279#if defined key_dynspg_rl   ||   defined key_esopa 
    8380   !! rigid-lid formulation 
    8481   !! --------------------- 
    8582   REAL(wp), PUBLIC, DIMENSION(jpi,jpj) ::   &   !: 
    86       hur, hvr,           &  !: inverse of u and v-points ocean depth (1/m) 
    8783      bsfb, bsfn,         &  !: before, now barotropic streamfunction (m3/s) 
    8884      bsfd                   !: now trend of barotropic streamfunction (m3/s2) 
Note: See TracChangeset for help on using the changeset viewer.