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_object.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_object.f90 @ 2281

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

set proper svn properties to all files...

  • Property svn:keywords set to Id
File size: 467 bytes
Line 
1MODULE mod_object
2
3  INTEGER,PARAMETER :: field_object=100
4  INTEGER,PARAMETER :: field_group_object=200
5  INTEGER,PARAMETER :: file_object=300
6  INTEGER,PARAMETER :: file_group_object=400
7  INTEGER,PARAMETER :: axis_object=500
8  INTEGER,PARAMETER :: axis_group_object=600
9  INTEGER,PARAMETER :: grid_object=700
10  INTEGER,PARAMETER :: grid_group_object=800
11  INTEGER,PARAMETER :: zoom_object=900
12  INTEGER,PARAMETER :: zoom_group_object=1000
13 
14END MODULE mod_object
Note: See TracBrowser for help on using the repository browser.