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 branches/UKMO/CO5_package_branch/NEMOGCM/EXTERNAL/XMLIO_SERVER/src/IOSERVER – NEMO

source: branches/UKMO/CO5_package_branch/NEMOGCM/EXTERNAL/XMLIO_SERVER/src/IOSERVER/mod_prec.f90 @ 7363

Last change on this file since 7363 was 7363, checked in by deazer, 8 years ago

Removed Keywords

File size: 249 bytes
RevLine 
[1897]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.