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/UKMO/dev_r5518_GO6_starthour_obsoper/NEMOGCM/TOOLS/OBSTOOLS/src – NEMO

source: branches/UKMO/dev_r5518_GO6_starthour_obsoper/NEMOGCM/TOOLS/OBSTOOLS/src/toolspar_kind.F90 @ 11884

Last change on this file since 11884 was 2945, checked in by djlea, 13 years ago

Move OBSTOOLS code to src directory

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.