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

source: vendors/XMLIO_SERVER/current/src/IOSERVER/mod_prec.f90 @ 1897

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

importing XMLIO_SERVER vendor

File size: 249 bytes
Line 
1MODULE mod_prec
2  INTEGER,PARAMETER :: INTEGER_SIZE   = 4 
3  INTEGER,PARAMETER :: REAL_SIZE      = 8 
4  INTEGER,PARAMETER :: LOGICAL_SIZE   = 4 
5  INTEGER,PARAMETER :: CHARACTER_SIZE = 1
6  INTEGER,PARAMETER :: BLOCK_SIZE     = 8
7END MODULE mod_prec
Note: See TracBrowser for help on using the repository browser.