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

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

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

importing XMLIO_SERVER vendor

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.