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.
agrif_parameters.F90 in utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/src – NEMO

source: utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/src/agrif_parameters.F90 @ 13163

Last change on this file since 13163 was 13163, checked in by rblod, 4 years ago

#2129 : suppress ln_bry_south

File size: 442 bytes
Line 
1MODULE agrif_parameters
2   
3   USE par_kind
4
5   PUBLIC 
6
7#if defined key_agrif
8
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
16   REAL(wp), PUBLIC, ALLOCATABLE, SAVE        , DIMENSION(:,:) ::   ztabramp
17   REAL(wp), PUBLIC, ALLOCATABLE, SAVE        , DIMENSION(:,:,:) ::   e3t_interp
18
19#endif
20
21END MODULE agrif_parameters
Note: See TracBrowser for help on using the repository browser.