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 454 for trunk/NEMO/OPA_SRC/DOM/dommsk.F90 – NEMO

Ignore:
Timestamp:
2006-05-10T18:47:31+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_update_047:RB: re-organization of coordinate definition, scale factors are now 3d by default, include file for partial steps has been removed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DOM/dommsk.F90

    r418 r454  
    123123      !!   9.0  !  05-11  (V. Garnier) Surface pressure gradient organization 
    124124      !!---------------------------------------------------------------------- 
    125       !! *Local declarations 
    126       INTEGER  ::   ji, jj, jk, ii     ! dummy loop indices 
    127       INTEGER  ::   iif, iil, ijf, ijl 
    128       INTEGER  ::   ii0, ii1, ij0, ij1 
     125      INTEGER  ::   ji, jj, jk      ! dummy loop indices 
     126      INTEGER  ::   iif, iil, ii0, ii1, ii 
     127      INTEGER  ::   ijf, ijl, ij0, ij1 
    129128      INTEGER, DIMENSION(jpi,jpj) ::  imsk 
    130  
    131129      REAL(wp), DIMENSION(jpi,jpj) ::   zwf 
    132130 
     
    134132      !!--------------------------------------------------------------------- 
    135133       
    136  
    137134      ! Namelist namlbc : lateral momentum boundary condition 
    138135      REWIND( numnam ) 
     
    500497      !!        !  00-03  (G. Madec)  no slip accurate 
    501498      !!---------------------------------------------------------------------- 
    502       !! *Local declarations 
    503       INTEGER  :: ji, jj, jk, ii, jl ! dummy loop indices 
    504       INTEGER ::   ine, inw, ins, inn, itest, ierror, iind, ijnd 
     499      INTEGER  :: ji, jj, jk, jl      ! dummy loop indices 
     500      INTEGER ::   ine, inw, ins, inn, itest, ierror, iind, ijnd, ii 
    505501      INTEGER, DIMENSION(jpi*jpj*jpk,3) ::  icoord 
    506502      REAL(wp) ::   zaa 
    507       !!--------------------------------------------------------------------- 
    508       !!  OPA 9.0 , LOCEAN-IPSL (2005) 
    509503      !!--------------------------------------------------------------------- 
    510504       
Note: See TracChangeset for help on using the changeset viewer.