Changeset 1313 in lmdz_wrf
- Timestamp:
- Nov 10, 2016, 4:41:45 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/module_generic.F90
r1184 r1313 1 1 MODULE module_generic 2 2 ! 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 3 6 4 7 INTEGER, PARAMETER :: r_k = KIND(1.d0)
Note: See TracChangeset
for help on using the changeset viewer.