LMDZ
pargc5.F90
Go to the documentation of this file.
1 MODULE pargc5
2 
3 
4 #include "tsmbkind.h"
5 
6 IMPLICIT NONE
7 
8 SAVE
9 
10 ! -----------------------------------------------------------------
11 
12 ! === Dimension for trajectory grid point boundaries arrays ===
13 
14 integer_m, PARAMETER :: jpn52c=3
15 ! -----------------------------------------------------------------
16 END MODULE pargc5
Definition: pargc5.F90:1