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

source: utils/tools_dev_r12970_AGRIF_CMEMS/DOMAINcfg/src/agrif_profiles.F90 @ 13056

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

ticket #2129 : cleaning domcfg

File size: 457 bytes
Line 
1MODULE agrif_profiles
2
3  PUBLIC
4
5#if defined key_agrif
6
7INTEGER :: glamt_id, glamu_id, glamv_id,glamf_id
8INTEGER :: gphit_id, gphiu_id, gphiv_id,gphif_id
9INTEGER :: e1t_id, e1u_id, e1v_id, e1f_id
10INTEGER :: e2t_id, e2u_id, e2v_id, e2f_id
11
12
13INTEGER :: bathy_id
14
15! Vertical scale factors
16
17INTEGER :: e3t_id
18INTEGER :: e3t_copy_id
19INTEGER :: e3t_connect_id
20INTEGER :: e3u_id, e3v_id
21
22! Bottom level
23INTEGER :: bottom_level_id
24
25# endif
26END MODULE agrif_profiles
Note: See TracBrowser for help on using the repository browser.