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 @ 13056

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

ticket #2129 : cleaning domcfg

File size: 476 bytes
RevLine 
[13056]1MODULE agrif_parameters
2   
3   USE par_kind
[10727]4
[13056]5   PUBLIC 
[10727]6
[13056]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   LOGICAL :: ln_bry_south = .TRUE.
17   REAL(wp), PUBLIC, ALLOCATABLE, SAVE        , DIMENSION(:,:) ::   ztabramp
18   REAL(wp), PUBLIC, ALLOCATABLE, SAVE        , DIMENSION(:,:,:) ::   e3t_interp
19
[13024]20#endif
[13056]21
22END MODULE agrif_parameters
Note: See TracBrowser for help on using the repository browser.