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.
variables.f90 in utils/tools_AGRIF_CMEMS_2020/NESTING_AGRIF/src – NEMO

source: utils/tools_AGRIF_CMEMS_2020/NESTING_AGRIF/src/variables.f90 @ 10084

Last change on this file since 10084 was 10084, checked in by rblod, 6 years ago

Compilation for NESTING_AGRIF

File size: 178 bytes
Line 
1module variables
2
3REAL,  DIMENSION(:,:),  POINTER :: nav_lon, nav_lat
4REAL,  DIMENSION(:,:),  POINTER :: glamt
5
6CHARACTER*100 ::   parent_coordinate_file
7
8end module variables
9
10
Note: See TracBrowser for help on using the repository browser.