UPP (develop)
|
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. | |
set_outflds() reads the post XML control file.
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.
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.
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.
[in] | KTH | total number of isentropic levels |
[in] | TH | isentropic levels |
[in] | KPV | total number of potential vorticity levels |
[in] | PV | potential 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().