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

source: utils/tools_UKMO_MERGE_2019/DOMAINcfg/src/agrif_profiles.F90 @ 12101

Last change on this file since 12101 was 12101, checked in by mathiot, 4 years ago

merge ENHANCE-03_domcfg and ENHANCE-02_ISF_nemo

File size: 415 bytes
Line 
1module agrif_profiles
2
3integer :: glamt_id, glamu_id, glamv_id,glamf_id
4integer :: gphit_id, gphiu_id, gphiv_id,gphif_id
5integer :: e1t_id, e1u_id, e1v_id, e1f_id
6integer :: e2t_id, e2u_id, e2v_id, e2f_id
7
8
9integer :: bathy_id
10
11! Vertical scale factors
12
13integer :: e3t_id
14integer :: e3t_copy_id
15integer :: e3t_connect_id
16integer :: e3u_id, e3v_id
17
18! Bottom level
19integer :: bottom_level_id
20end module agrif_profiles
Note: See TracBrowser for help on using the repository browser.