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.
mod_grid_attribut.f90 in vendors/XMLIO_SERVER/current/src/XMLIO – NEMO

source: vendors/XMLIO_SERVER/current/src/XMLIO/mod_grid_attribut.f90 @ 1897

Last change on this file since 1897 was 1897, checked in by flavoni, 14 years ago

importing XMLIO_SERVER vendor

File size: 302 bytes
Line 
1MODULE mod_grid_attribut
2  USE mod_object
3 
4  INTEGER,PARAMETER :: grid__begin = grid_object + 10
5
6  INTEGER,PARAMETER :: grid__name = grid_object + 11
7  INTEGER,PARAMETER :: grid__description = grid_object + 12
8
9  INTEGER,PARAMETER :: grid__end = grid_object + 13
10
11 
12END MODULE mod_grid_attribut
13 
Note: See TracBrowser for help on using the repository browser.