|
UPP (develop)
|
SET_LVLSXML() sets field levels (LVLS and LVLSXML) from POST xml CONTROL FILE requested fields. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | set_lvlsxml (param, ifld, irec, kpv, pv, kth, th) |
| Sets field levels (LVLS and LVLSXML) from POST xml CONTROL FILE requested fields. | |
SET_LVLSXML() sets field levels (LVLS and LVLSXML) from POST xml CONTROL FILE requested fields.
| Date | Programmer | Comments |
|---|---|---|
| 2012-01-27 | Jun Wang | INITIAL CODE |
| 2012-04-03 | Jun Wang | add SPEC_PRES_ABOVE_GRND for different CAPE/CIN |
| 2013-08-06 | S Moorthi | fix index out of bound after iloop5 |
| 2013-10-03 | Jun Wang | add isentropic levels |
| 2015-03-10 | Lin Gan | Replace XML file with flat file implementation |
| 2016-07-08 | J. Carley | Comment out debug prints |
| 2017-06-01 | Y Mao | For MISCLN.f and FDLVL.f, allow FD levels input from control file |
| 2023-01-24 | Sam Trahan | IFI flight levels and related unit conversions |
Definition in file SET_LVLSXML.f.
| subroutine set_lvlsxml | ( | type(param_t), intent(inout) | param, |
| integer, intent(in) | ifld, | ||
| integer, intent(inout) | irec, | ||
| integer, intent(in) | kpv, | ||
| real, dimension(1:kpv), intent(in) | pv, | ||
| integer, intent(in) | kth, | ||
| real, dimension(1:kth), intent(in) | th | ||
| ) |
Sets field levels (LVLS and LVLSXML) from POST xml CONTROL FILE requested fields.
| [in,out] | param | input field |
| [in] | ifld | field number in post control file |
| [in,out] | irec | data fields number in output file |
| [in] | kpv | total number of potential vorticity levels |
| [in] | pv | potential vorticity levels |
| [in] | kth | total number of isentropic levels |
| [th] | th isentropic levels |
Definition at line 24 of file SET_LVLSXML.f.
Referenced by set_outflds().