UPP  V11.0.0
 All Data Structures Files Functions Pages
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. More...
 

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

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.