UPP (develop)
Loading...
Searching...
No Matches
RQSTFLD.f
Go to the documentation of this file.
1
24!--------------------------------------------------------------------
25 module rqstfld_mod
26
27 implicit none
28!
29! increase MXFLD each time you add a new field
30 INTEGER, PARAMETER :: mxfld=1200
31 INTEGER, PARAMETER :: mxlvl=500
32
33 CHARACTER*20 datset
34!
35 LOGICAL ritehd
36!
37 integer :: nfld & !< Number of requested output fields
38 ,iget(mxfld) & !< The "get field" flag array indicating which fields to get
39 ,lvls(mxlvl,mxfld) & !< 2D array of model and field levels
40 ,ident(mxfld) & !< Array of UPP ID numbers corresponding to the GRIB2 fields produced by UPP
41 ,iavblfld(mxfld) & !< _____?
42 ,id(25)
43 integer :: num_post_afld
44 integer,allocatable :: lvlsxml(:,:)
45
46 end module rqstfld_mod