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 2804 for branches/2011/dev_r2802_LOCEAN10_agrif_lim/NEMOGCM/NEMO/NST_SRC/agrif_oce.F90 – NEMO

Ignore:
Timestamp:
2011-07-18T17:05:52+02:00 (13 years ago)
Author:
rblod
Message:

dev_r2802_LOCEAN10_agrif_lim: first implementation see ticket #848

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_LOCEAN10_agrif_lim/NEMOGCM/NEMO/NST_SRC/agrif_oce.F90

    r2715 r2804  
    2929   REAL(wp), PUBLIC ::   visc_dyn                  !: sponge coeff. for dynamics 
    3030 
     31   INTEGER, PUBLIC :: nbcline = 0 
    3132   LOGICAL , PUBLIC :: spongedoneT = .FALSE.   !: tracer   sponge layer indicator 
    3233   LOGICAL , PUBLIC :: spongedoneU = .FALSE.   !: dynamics sponge layer indicator 
     
    3536   REAL(wp), PUBLIC, ALLOCATABLE, SAVE,  DIMENSION(:,:) ::   spe1ur2, spe2vr2, spbtr3   !: ??? 
    3637    
    37    INTEGER :: tn_id, sn_id, tb_id, sb_id, ta_id, sa_id 
    38    INTEGER :: un_id, vn_id, ua_id, va_id 
    39    INTEGER :: e1u_id, e2v_id, sshn_id, gcb_id 
    40    INTEGER :: trn_id, trb_id, tra_id 
     38   INTEGER, PUBLIC :: tn_id, sn_id, tb_id, sb_id, ta_id, sa_id 
     39   INTEGER, PUBLIC :: un_id, vn_id, ua_id, va_id 
     40   INTEGER, PUBLIC :: e1u_id, e2v_id, sshn_id, gcb_id 
     41   INTEGER, PUBLIC :: trn_id, trb_id, tra_id 
    4142 
    4243   !!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.