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

source: vendors/XMLIO_SERVER/current/src/XMLIO/mod_file_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: 540 bytes
Line 
1MODULE mod_file_attribut
2  USE mod_object
3 
4  INTEGER,PARAMETER :: file__begin = file_object + 10
5   
6  INTEGER,PARAMETER :: file__name = file_object + 11
7  INTEGER,PARAMETER :: file__description = file_object + 12
8  INTEGER,PARAMETER :: file__output_freq = file_object + 13
9  INTEGER,PARAMETER :: file__output_level = file_object + 14
10  INTEGER,PARAMETER :: file__enabled = file_object + 15
11  INTEGER,PARAMETER :: file__name_suffix = file_object + 16
12
13  INTEGER,PARAMETER :: file__end = file_object + 17
14
15END MODULE mod_file_attribut
16 
Note: See TracBrowser for help on using the repository browser.