SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
modd_splines.F90
Go to the documentation of this file.
1 !SFX_LIC Copyright 1994-2014 CNRS, Meteo-France and Universite Paul Sabatier
2 !SFX_LIC This is part of the SURFEX software governed by the CeCILL-C licence
3 !SFX_LIC version 1. See LICENSE, CeCILL-C_V1-en.txt and CeCILL-C_V1-fr.txt
4 !SFX_LIC for details. version 1.
6 
7 INTEGER, PARAMETER :: NMAX=2000
8 INTEGER, PARAMETER :: NORDMAX=2
9 INTEGER, PARAMETER :: NSDMAX=20
10 
11 REAL, DIMENSION(:,:,:), ALLOCATABLE :: AI
12 INTEGER, DIMENSION(:,:), ALLOCATABLE :: NS
13 REAL, DIMENSION(:,:,:), ALLOCATABLE :: ZS
14 REAL, DIMENSION(:,:,:,:), ALLOCATABLE:: XS
15 
16 END MODULE modd_splines