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 15279 for utils/tools/DOMAINcfg/src/agrif_parameters.F90 – NEMO

Ignore:
Timestamp:
2021-09-23T12:00:23+02:00 (3 years ago)
Author:
jchanut
Message:

#2222 and #2638: Enable creating agrif meshes with different vertical grids (geopotential only as a start)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/DOMAINcfg/src/agrif_parameters.F90

    r13204 r15279  
    77#if defined key_agrif 
    88 
    9    INTEGER :: nn_cln_update 
    10    LOGICAL :: ln_spc_dyn 
    11    REAL(wp) :: rn_sponge_tra 
    12    REAL(wp) :: rn_sponge_dyn 
    13    LOGICAL :: ln_chk_bathy 
    14    INTEGER :: npt_copy 
    15    INTEGER :: npt_connect 
     9        LOGICAL :: ln_vert_remap ! =T is using volume conserving update 
     10   INTEGER :: npt_copy      ! area (in coarse grid points) with piecewise 
     11                                 ! constant bathymetry inside child zoom: should equal the sponge length 
     12   INTEGER :: npt_connect   ! area (in coarse grid points) of coarse/child 
     13                                 ! bathymetry blending 
    1614   REAL(wp), PUBLIC, ALLOCATABLE, SAVE        , DIMENSION(:,:) ::   ztabramp 
    17    REAL(wp), PUBLIC, ALLOCATABLE, SAVE        , DIMENSION(:,:,:) ::   e3t_interp 
     15   LOGICAL,  PUBLIC, ALLOCATABLE, SAVE        , DIMENSION(:,:) ::   e3t_interp_done 
    1816 
    1917#endif 
Note: See TracChangeset for help on using the changeset viewer.