Oasis3 4.0.2
kinds_mod.f
Go to the documentation of this file.
00001 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
00002 !
00003 !     This module defines the F90 kind parameter for common data types.
00004 !
00005 !-----------------------------------------------------------------------
00006 !
00007 !     CVS:$Id: kinds_mod.f 818 2006-03-10 17:18:31Z valcke $
00008 !
00009 !     Copyright (c) 1997, 1998 the Regents of the University of 
00010 !       California.
00011 !
00012 !     This software and ancillary information (herein called software) 
00013 !     called SCRIP is made available under the terms described here.  
00014 !     The software has been approved for release with associated 
00015 !     LA-CC Number 98-45.
00016 !
00017 !     Unless otherwise indicated, this software has been authored
00018 !     by an employee or employees of the University of California,
00019 !     operator of the Los Alamos National Laboratory under Contract
00020 !     No. W-7405-ENG-36 with the U.S. Department of Energy.  The U.S.
00021 !     Government has rights to use, reproduce, and distribute this
00022 !     software.  The public may copy and use this software without
00023 !     charge, provided that this Notice and any statement of authorship
00024 !     are reproduced on all copies.  Neither the Government nor the
00025 !     University makes any warranty, express or implied, or assumes
00026 !     any liability or responsibility for the use of this software.
00027 !
00028 !     If software is modified to produce derivative works, such modified
00029 !     software should be clearly marked, so as not to confuse it with 
00030 !     the version available from Los Alamos National Laboratory.
00031 !
00032 !***********************************************************************
00033 
00034       module kinds_mod
00035       USE mod_kinds_oasis
00036 
00037 !-----------------------------------------------------------------------
00038 
00039       implicit none
00040       save
00041 
00042 !-----------------------------------------------------------------------
00043 
00044       integer(kind=ip_intwp_p), parameter :: char_len  = 80
00045       integer(kind=ip_intwp_p), parameter :: int_kind  = ip_intwp_p
00046       integer(kind=ip_intwp_p), parameter :: log_kind  = kind(.true.)
00047       integer(kind=ip_intwp_p), parameter :: real_kind = ip_realwp_p
00048       integer(kind=ip_intwp_p), parameter :: dbl_kind  = ip_realwp_p
00049 !-----------------------------------------------------------------------
00050 
00051       end module kinds_mod
00052 
00053 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 All Data Structures Namespaces Files Functions Variables Defines