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 8637 for branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/NST_SRC/agrif_oce.F90 – NEMO

Ignore:
Timestamp:
2017-10-18T19:14:32+02:00 (7 years ago)
Author:
gm
Message:

#1911 (ENHANCE-09): PART I.3 - phasing with updated branch dev_r8183_ICEMODEL revision 8626

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_r7881_ENHANCE09_RK3/NEMOGCM/NEMO/NST_SRC/agrif_oce.F90

    r8586 r8637  
    4848 
    4949   ! Barotropic arrays used to store open boundary data during time-splitting loop: 
    50    REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:) ::  ubdy_w, vbdy_w, hbdy_w 
    51    REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:) ::  ubdy_e, vbdy_e, hbdy_e 
    52    REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:) ::  ubdy_n, vbdy_n, hbdy_n 
    53    REAL(wp), ALLOCATABLE, SAVE, DIMENSION(:) ::  ubdy_s, vbdy_s, hbdy_s 
     50   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:) ::  ubdy_w, vbdy_w, hbdy_w 
     51   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:) ::  ubdy_e, vbdy_e, hbdy_e 
     52   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:) ::  ubdy_n, vbdy_n, hbdy_n 
     53   REAL(wp), PUBLIC, ALLOCATABLE, SAVE, DIMENSION(:) ::  ubdy_s, vbdy_s, hbdy_s 
    5454 
    55    INTEGER :: tsn_id                                                  ! AGRIF profile for tracers interpolation and update 
    56    INTEGER :: un_interp_id, vn_interp_id                              ! AGRIF profiles for interpolations 
    57    INTEGER :: un_update_id, vn_update_id                              ! AGRIF profiles for udpates 
    58    INTEGER :: tsn_sponge_id, un_sponge_id, vn_sponge_id               ! AGRIF profiles for sponge layers 
     55 
     56   INTEGER, PUBLIC :: tsn_id                                                  ! AGRIF profile for tracers interpolation and update 
     57   INTEGER, PUBLIC :: un_interp_id, vn_interp_id                              ! AGRIF profiles for interpolations 
     58   INTEGER, PUBLIC :: un_update_id, vn_update_id                              ! AGRIF profiles for udpates 
     59   INTEGER, PUBLIC :: tsn_sponge_id, un_sponge_id, vn_sponge_id               ! AGRIF profiles for sponge layers 
    5960# if defined key_top 
    60    INTEGER :: trn_id, trn_sponge_id 
     61   INTEGER, PUBLIC :: trn_id, trn_sponge_id 
    6162# endif   
    62    INTEGER :: unb_id, vnb_id, ub2b_interp_id, vb2b_interp_id 
    63    INTEGER :: ub2b_update_id, vb2b_update_id 
    64    INTEGER :: e3t_id, e1u_id, e2v_id, sshn_id 
    65    INTEGER :: scales_t_id 
    66 # if defined key_zdftke 
    67    INTEGER :: avt_id, avm_id, en_id 
    68 # endif   
    69    INTEGER :: umsk_id, vmsk_id 
    70    INTEGER :: kindic_agr 
    71  
     63   INTEGER, PUBLIC :: unb_id, vnb_id, ub2b_interp_id, vb2b_interp_id 
     64   INTEGER, PUBLIC :: ub2b_update_id, vb2b_update_id 
     65   INTEGER, PUBLIC :: e3t_id, e1u_id, e2v_id, sshn_id 
     66   INTEGER, PUBLIC :: scales_t_id 
     67   INTEGER, PUBLIC :: avt_id, avm_id, en_id                ! TKE related identificators 
     68   INTEGER, PUBLIC :: umsk_id, vmsk_id 
     69   INTEGER, PUBLIC :: kindic_agr 
     70    
    7271   !!---------------------------------------------------------------------- 
    73    !! NEMO/NST 3.3.1 , NEMO Consortium (2011) 
     72   !! NEMO/NST 4.0 , NEMO Consortium (2017) 
    7473   !! $Id$ 
    7574   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
Note: See TracChangeset for help on using the changeset viewer.