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

SVPTBL declares variables related to saturation vapor pressure tables. More...

Go to the source code of this file.

Variables

real svptbl_mod::c1xpvs
 Coefficient 1 for saturation vapor pressure in TBPVS.
 
real svptbl_mod::c1xpvs0
 Coefficient 1 for saturation vapor pressure in TBPVS0.
 
real svptbl_mod::c2xpvs
 Coefficient 2 for saturation vapor pressure in TBPVS.
 
real svptbl_mod::c2xpvs0
 Coefficient 2 for saturation vapor pressure in TBPVS0.
 
integer, parameter svptbl_mod::nx =7501
 Table length.
 
real, dimension(nxsvptbl_mod::tbpvs
 Table of saturation vapor pressure values.
 
real, dimension(nxsvptbl_mod::tbpvs0
 Table of saturation vapor pressure values.
 

Detailed Description

SVPTBL declares variables related to saturation vapor pressure tables.

Definition in file svptbl.f.

Variable Documentation

◆ c1xpvs

real svptbl_mod::c1xpvs

Coefficient 1 for saturation vapor pressure in TBPVS.

Definition at line 11 of file svptbl.f.

◆ c1xpvs0

real svptbl_mod::c1xpvs0

Coefficient 1 for saturation vapor pressure in TBPVS0.

Definition at line 9 of file svptbl.f.

◆ c2xpvs

real svptbl_mod::c2xpvs

Coefficient 2 for saturation vapor pressure in TBPVS.

Definition at line 12 of file svptbl.f.

◆ c2xpvs0

real svptbl_mod::c2xpvs0

Coefficient 2 for saturation vapor pressure in TBPVS0.

Definition at line 10 of file svptbl.f.

◆ nx

integer, parameter svptbl_mod::nx =7501

Table length.

Definition at line 8 of file svptbl.f.

◆ tbpvs

real, dimension(nx) svptbl_mod::tbpvs

Table of saturation vapor pressure values.

Definition at line 13 of file svptbl.f.

◆ tbpvs0

real, dimension(nx) svptbl_mod::tbpvs0

Table of saturation vapor pressure values.

Definition at line 14 of file svptbl.f.