SURFEX v8.1
General documentation of Surfex
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
real, dimension(:,:,:), allocatable ai
integer, parameter nordmax
Definition: modd_splines.F90:8
real, dimension(:,:,:,:), allocatable xs
real, dimension(:,:,:), allocatable zs
integer, dimension(180), parameter nmax
Definition: modd_splines.F90:7
integer, parameter nsdmax
Definition: modd_splines.F90:9
integer, dimension(:,:), allocatable ns