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 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_xmlio_parameters.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: 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.