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

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

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

importing XMLIO_SERVER vendor

File size: 454 bytes
Line 
1MODULE mod_xmlio_parameters
2
3  INTEGER, PARAMETER :: str_len=100
4  INTEGER, PARAMETER :: array_size_unit=2
5  INTEGER, PARAMETER :: default_vector_size=100
6  REAL, PARAMETER    :: default_vector_grow_factor=1.5
7  INTEGER, PARAMETER :: str_msg_len=1024
8 
9  INTEGER,PARAMETER  :: internal_file=10
10  INTEGER,PARAMETER  :: internal_field=10
11  INTEGER,PARAMETER  :: internal_axis=10
12  INTEGER,PARAMETER  :: internal_grid=10
13 
14END MODULE mod_xmlio_parameters
Note: See TracBrowser for help on using the repository browser.