UPP 11.0.0
Loading...
Searching...
No Matches
RQSTFLD.f File Reference

RQSTFLD_mod declares variables related to the number of available fields. More...

Go to the source code of this file.

Variables

character *20 rqstfld_mod::datset
 String set in the postcntrl.xml file DATSET parameter.
 
integer, dimension(mxfldrqstfld_mod::iavblfld
 _____?
 
integer, dimension(25) rqstfld_mod::id
 IDs for various GRIB Product Definition Section (PDS) parameters: https://www.nco.ncep.noaa.gov/pmb/docs/on388/section1.html.
 
integer, dimension(mxfldrqstfld_mod::ident
 Array of UPP ID numbers corresponding to the GRIB2 fields produced by UPP.
 
integer, dimension(mxfldrqstfld_mod::iget
 The "get field" flag array indicating which fields to get.
 
integer, dimension(mxlvl, mxfldrqstfld_mod::lvls
 2D array of model and field levels
 
integer, dimension(:,:), allocatable rqstfld_mod::lvlsxml
 _____?
 
integer, parameter rqstfld_mod::mxfld =1200
 Available model field IDs.
 
integer, parameter rqstfld_mod::mxlvl =500
 Available model levels.
 
integer rqstfld_mod::nfld
 Number of requested output fields.
 
integer rqstfld_mod::num_post_afld
 Number of fields available in post_avblflds.xml _____?
 
logical rqstfld_mod::ritehd
 Flag to open new output file.
 

Detailed Description

RQSTFLD_mod declares variables related to the number of available fields.

Program history log:

Date Programmer Comments
2011-02-06 Jun Wang Add grib2 option
2011-10-18 Sarah Lu Add GOCART aerosol fields
2011-12-18 Sarah Lu Add GOCART aerosol optical properties, mass fields, and production/removal fluxes
2011-12-29 Sarah Lu Add GOCART AOD at multiple channels
2012-01-06 Sarah Lu Add GOCART SS, OC, BC, SU aerosols
2012-01-07 Sarah Lu Add air density and dpres
2012-01-27 Sarah Lu Use index 601-700 for GOCART
2012-01-30 Jun Wang Add post available fields from xml file for grib2
2012-05-07 Tricia Slovacek Use index 800-899 for satellite use index 900-949 for HWRF
2014-12-09 William Lewis Added MSG/SEVIRI imager, GOES-13 and GOES-15 imagers, and completed SSMI and SSMIS (F13-F20)
2019-04-01 Sharon Nebuda Added GOES-16 GOES-17 ABI IR Channels 7-16
2019-04-22 Wen Meng Ancreased model MXLVL to 500
2019-05-08 Wen Meng Added continuous accumulated precipitations(417, 418, 419).
2019-09-03 Jesse Meng Added cape related variables for hrrr (950-957)
2021-08-31 Lin Zhu Added ssmis-f17 channels 15-18 grib2 output
2021-11-03 Tracy Hertneky Removed all grib1 settings
2024-07-15 Wen Meng Increase DATSET length

Definition in file RQSTFLD.f.

Variable Documentation

◆ datset

character*20 rqstfld_mod::datset

String set in the postcntrl.xml file DATSET parameter.

Definition at line 33 of file RQSTFLD.f.

◆ iavblfld

integer, dimension(mxfld) rqstfld_mod::iavblfld

_____?

Definition at line 37 of file RQSTFLD.f.

◆ id

integer, dimension(25) rqstfld_mod::id

IDs for various GRIB Product Definition Section (PDS) parameters: https://www.nco.ncep.noaa.gov/pmb/docs/on388/section1.html.

Definition at line 37 of file RQSTFLD.f.

◆ ident

integer, dimension(mxfld) rqstfld_mod::ident

Array of UPP ID numbers corresponding to the GRIB2 fields produced by UPP.

Definition at line 37 of file RQSTFLD.f.

◆ iget

integer, dimension(mxfld) rqstfld_mod::iget

The "get field" flag array indicating which fields to get.

Definition at line 37 of file RQSTFLD.f.

◆ lvls

integer, dimension(mxlvl,mxfld) rqstfld_mod::lvls

2D array of model and field levels

Definition at line 37 of file RQSTFLD.f.

◆ lvlsxml

integer, dimension(:,:), allocatable rqstfld_mod::lvlsxml

_____?

Definition at line 44 of file RQSTFLD.f.

◆ mxfld

integer, parameter rqstfld_mod::mxfld =1200

Available model field IDs.

Definition at line 30 of file RQSTFLD.f.

◆ mxlvl

integer, parameter rqstfld_mod::mxlvl =500

Available model levels.

Definition at line 31 of file RQSTFLD.f.

◆ nfld

integer rqstfld_mod::nfld

Number of requested output fields.

Definition at line 37 of file RQSTFLD.f.

◆ num_post_afld

integer rqstfld_mod::num_post_afld

Number of fields available in post_avblflds.xml _____?

Definition at line 43 of file RQSTFLD.f.

◆ ritehd

logical rqstfld_mod::ritehd

Flag to open new output file.

Definition at line 35 of file RQSTFLD.f.