WXP C++ Library Version 6.74.6
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
WXP::ParcelParams Struct Reference

This struct stores parcel parameters. More...

#include "../include/ParcelParams.h"

Public Types

enum  { SFC , LAYER , MAXT , USER }
 

Public Member Functions

 ParcelParams ()
 
int init ()
 
int setType (int type)
 
int setType (float thick)
 
int setType (float p, float t, float td)
 
int setType (const char *str)
 
int set (UpaData &data)
 
int calc (UpaData &data, UpaLevel &plev)
 
int printParcel ()
 
int print ()
 

Public Attributes

int par_type
 
float par_thick
 
UpaLevel par_lev
 
float Satad
 
LclData lcl
 
UpaLevel lcl_lev
 
float cap
 
float lfc
 
UpaLevel lfc_lev
 
float el
 
UpaLevel el_lev
 
float mpl
 
UpaLevel mpl_lev
 
float Bel
 
float Bmpl
 
float Bplus
 
float Bminus
 
float li
 
float wmax
 
float max_t
 

Detailed Description

This struct stores parcel parameters.

Author
Dan Vietor

Constructor & Destructor Documentation

◆ ParcelParams()

ParcelParams::ParcelParams ( )

Constructor

References init().

Member Function Documentation

◆ calc()

int ParcelParams::calc ( UpaData data,
UpaLevel plev 
)

◆ init()

int ParcelParams::init ( )

Initializes the object

References WXP::LclData::init(), WXP::UpaLevel::init(), and WXP::Const::MISS.

Referenced by ParcelParams().

◆ set()

int ParcelParams::set ( UpaData data)

The documentation for this struct was generated from the following files: