UPP  11.0.0
 All Data Structures Files Functions Variables Pages
GRIDSPEC.f
1  module gridspec_mod
2 !
3 ! COMMON /GRIDSPEC/
4 ! & DXVAL,DYVAL,CENLAT,CENLON,TRUELAT1,TRUELAT2,LATSTART,LONSTART
5 ! &,MAPTYPE,LATLAST,LONLAST,STANDLON
6 ! - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
7  implicit none
8 !
9  integer dxval,dyval,cenlat,cenlon,truelat1,truelat2
10  integer latstart,lonstart,latlast,lonlast
11  integer latstart_r,lonstart_r,latlast_r,lonlast_r
12  integer latnw,lonnw,latse,lonse
13  integer maptype,standlon
14  integer latstartv,cenlatv,lonstartv,cenlonv,latlastv,lonlastv
15  real psmapf
16  character(len=1) gridtype
17 !
18  end module gridspec_mod