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 branches/nemo_v3_3_beta/NEMOGCM/EXTERNAL/XMLIO_SERVER/src/XMLIO – NEMO

source: branches/nemo_v3_3_beta/NEMOGCM/EXTERNAL/XMLIO_SERVER/src/XMLIO/mod_grid_attribut.f90 @ 2281

Last change on this file since 2281 was 2281, checked in by smasson, 14 years ago

set proper svn properties to all files...

  • Property svn:keywords set to Id
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.