UPP (develop)
Loading...
Searching...
No Matches
SET_OUTFLDS.f File Reference

set_outflds() reads the post XML control file. More...

Go to the source code of this file.

Functions/Subroutines

subroutine set_outflds (kth, th, kpv, pv)
 Reads post XML control file.
 

Detailed Description

set_outflds() reads the post XML control file.

Author
J. Wang NCEP/EMC
Date
2012-01-27

This routine reads the control file in xml format specifying field(s) to post, and save all the field information in a datatype array PSET.

Program History Log

Date Programmer Comments
2012-01-27 Jun Wang Initial
2015-03-10 Lin Gan Replace XML file with flat file implementation
2019-10-30 Bo Cui Removw "GOTO" Statement

Definition in file SET_OUTFLDS.f.

Function/Subroutine Documentation

◆ set_outflds()

subroutine set_outflds ( integer, intent(in)  kth,
real, dimension(kth), intent(in)  th,
integer, intent(in)  kpv,
real, dimension(kpv), intent(in)  pv 
)

Reads post XML control file.

Parameters
[in]KTHtotal number of isentropic levels
[in]THisentropic levels
[in]KPVtotal number of potential vorticity levels
[in]PVpotential vorticity levels

Definition at line 23 of file SET_OUTFLDS.f.

References xml_perl_data::paramset, xml_perl_data::post_avblflds, and set_lvlsxml().

Referenced by wrfpost().