UPP  V11.0.0
 All Data Structures Files Functions Pages
LOOKUP.f
1  module lookup_mod
2 !
3  implicit none
4 !
5  integer,parameter :: itb=076,jtb=134,itbq=152,jtbq=440
6  real :: pl,thl,rdq,rdth,rdp,rdthe,plq,rdpq,rdtheq
7 
8  real,dimension(JTB) :: qs0,sqs
9  real,dimension(ITB) :: the0,sthe
10  real,dimension(ITBQ) :: the0q,stheq
11  real,dimension(ITB,JTB) :: ptbl
12  real,dimension(JTB,ITB) :: ttbl
13  real,dimension(JTBQ,ITBQ) :: ttblq
14 !
15  end module lookup_mod