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_axis_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_axis_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: 518 bytes
Line 
1MODULE mod_axis_attribut
2  USE mod_object
3 
4  INTEGER,PARAMETER :: axis__begin = axis_object + 10
5 
6  INTEGER,PARAMETER :: axis__name = axis_object + 11
7  INTEGER,PARAMETER :: axis__description = axis_object + 12
8  INTEGER,PARAMETER :: axis__unit = axis_object + 13
9  INTEGER,PARAMETER :: axis__size = axis_object + 14
10  INTEGER,PARAMETER :: axis__positive = axis_object + 15
11  INTEGER,PARAMETER :: axis__values = axis_object + 16
12
13  INTEGER,PARAMETER :: axis__end = axis_object + 17
14 
15END MODULE mod_axis_attribut
Note: See TracBrowser for help on using the repository browser.