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.
Changeset 12080 for utils/tools/SIREN/src/kind.f90 – NEMO

Ignore:
Timestamp:
2019-12-06T10:30:14+01:00 (5 years ago)
Author:
jpaul
Message:

update nemo trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/tools/SIREN/src/kind.f90

    r9598 r12080  
    33!---------------------------------------------------------------------- 
    44! 
    5 ! MODULE: kind 
    6 ! 
    75! DESCRIPTION: 
    86!> This module defines the F90 kind parameter for common data types. 
    97!>  
    10 ! 
     8!> 
    119!> @author 
    1210!> G. Madec 
     
    1513!> @date December, 2012 - G. Madec 
    1614!>  - add a standard length of character strings 
    17 ! 
     15!> 
    1816!> @todo 
    1917!> - check i8 max value 
    20 ! 
    21 !> @note Software governed by the CeCILL licence     (./LICENSE) 
     18!> 
     19!> @note Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    2220!---------------------------------------------------------------------- 
    2321MODULE kind 
     22 
    2423   IMPLICIT NONE 
    2524   ! NOTE_avoid_public_variables_if_possible 
Note: See TracChangeset for help on using the changeset viewer.