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.
toolspar_kind.F90 in branches/2014/dev_r4650_UKMO7_STARTHOUR/NEMOGCM/TOOLS/OBSTOOLS/src – NEMO

source: branches/2014/dev_r4650_UKMO7_STARTHOUR/NEMOGCM/TOOLS/OBSTOOLS/src/toolspar_kind.F90 @ 5985

Last change on this file since 5985 was 5985, checked in by timgraham, 8 years ago

Reinstate keywords before upgrading to head of trunk

  • Property svn:keywords set to Id
File size: 417 bytes
Line 
1MODULE toolspar_kind
2  IMPLICIT NONE
3  INTEGER, PUBLIC, PARAMETER ::          &  !: Floating point section
4       sp = SELECTED_REAL_KIND( 6, 37),  &  !: single precision (real 4)
5       dp = SELECTED_REAL_KIND(12,307),  &  !: double precision (real 8)
6       wp = SELECTED_REAL_KIND(12,307),  &  !: double precision (real 8)
7       ik = SELECTED_INT_KIND(6)            !: integer precision
8END MODULE toolspar_kind
Note: See TracBrowser for help on using the repository browser.