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 utils/tools/OBSTOOLS/src – NEMO

source: utils/tools/OBSTOOLS/src/toolspar_kind.F90 @ 10841

Last change on this file since 10841 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.