UPP 11.0.0
Loading...
Searching...
No Matches
SET_LVLSXML.f File Reference

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.
 

Detailed Description

SET_LVLSXML() sets field levels (LVLS and LVLSXML) from POST xml CONTROL FILE requested fields.

Program history log:

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.

Function/Subroutine Documentation

◆ set_lvlsxml()

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.

Parameters
[in,out]paraminput field
[in]ifldfield number in post control file
[in,out]irecdata fields number in output file
[in]kpvtotal number of potential vorticity levels
[in]pvpotential vorticity levels
[in]kthtotal number of isentropic levels
[th]th isentropic levels

Definition at line 24 of file SET_LVLSXML.f.

Referenced by set_outflds().