UPP (upp-srw-2.2.0)
Loading...
Searching...
No Matches
SET_OUTFLDS.f File Reference

@ brief set_outflds() reads post xml control file. More...

Go to the source code of this file.

Functions/Subroutines

subroutine set_outflds (kth, th, kpv, pv)
 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.
 

Detailed Description

@ brief set_outflds() reads post xml control file.

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

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 
)

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.

Parameters
[in]KTH
[in]TH
[in]KPV
[in]PV

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
Author
J. Wang NCEP/EMC
Date
2012-01-27

Definition at line 23 of file SET_OUTFLDS.f.

Referenced by wrfpost().