source:
utils/tools/DOMAINcfg/src/agrif_parameters.F90
@
15331
Last change on this file since 15331 was 15331, checked in by jchanut, 2 years ago | |
---|---|
File size: 704 bytes |
Line | |
---|---|
1 | MODULE agrif_parameters |
2 | |
3 | USE par_kind |
4 | |
5 | PUBLIC |
6 | |
7 | #if defined key_agrif |
8 | LOGICAL :: ln_remove_closedseas=.FALSE. |
9 | LOGICAL :: ln_vert_remap=.FALSE. ! =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 |
14 | REAL(wp), PUBLIC, ALLOCATABLE, SAVE , DIMENSION(:,:) :: ztabramp |
15 | LOGICAL, PUBLIC, ALLOCATABLE, SAVE , DIMENSION(:,:) :: e3t_interp_done |
16 | |
17 | #endif |
18 | |
19 | END MODULE agrif_parameters |
Note: See TracBrowser
for help on using the repository browser.