Changeset 1313 in lmdz_wrf


Ignore:
Timestamp:
Nov 10, 2016, 4:41:45 PM (8 years ago)
Author:
lfita
Message:

Adding functions description

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/module_generic.F90

    r1184 r1313  
    11MODULE module_generic
    22! Module with generic functions
     3! Index1DArrayR: Function to provide the first index of a given value inside a 1D real array
     4! Index2DArrayR: Function to provide the first index of a given value inside a 2D real array
     5! ErrWarnMsg: Function to print error/warning message
    36
    47  INTEGER, PARAMETER                                     :: r_k = KIND(1.d0)
Note: See TracChangeset for help on using the changeset viewer.