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_ticket2457/DOMAINcfg/src – NEMO

source: utils/tools_ticket2457/DOMAINcfg/src/agrif_parameters.F90 @ 12871

Last change on this file since 12871 was 12414, checked in by smueller, 4 years ago

Reintegration of 2019 development branch /utils/tools_MERGE_2019 into the tools directory (/utils/tools)

File size: 409 bytes
Line 
1#ifdef key_agrif
2module agrif_parameters
3USE par_kind
4
5INTEGER :: nn_cln_update
6LOGICAL :: ln_spc_dyn
7REAL(wp) :: rn_sponge_tra
8REAL(wp) :: rn_sponge_dyn
9LOGICAL :: ln_chk_bathy
10INTEGER :: npt_copy
11INTEGER :: npt_connect
12
13REAL(wp), PUBLIC, ALLOCATABLE, SAVE        , DIMENSION(:,:) ::   ztabramp
14
15end module agrif_parameters
16#else
17subroutine agrif_parameters_empty
18end subroutine agrif_parameters_empty
19#endif
Note: See TracBrowser for help on using the repository browser.