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

lookup_mod defines variables used to create lookup tables for pressure, temperature, and specific humidity. More...

Go to the source code of this file.

Variables

integer, parameter lookup_mod::itb =076
 Table horizontal size (i index)
 
integer, parameter lookup_mod::itbq =152
 _____?
 
integer, parameter lookup_mod::jtb =134
 Table vertical size (j index)
 
integer, parameter lookup_mod::jtbq =440
 _____?
 
real lookup_mod::pl
 Lower bound of pressure range.
 
real lookup_mod::plq
 Lower bound of pressure range for specific humidity _____?
 
real, dimension(itb, jtblookup_mod::ptbl
 Saturation pressure table.
 
real, dimension(jtblookup_mod::qs0
 Base for specific humidity.
 
real lookup_mod::rdp
 Scaling factor for pressure.
 
real lookup_mod::rdpq
 Scaling factor for pressure and specific humidity _____?
 
real lookup_mod::rdq
 Scaling factor for specific humidity.
 
real lookup_mod::rdth
 Scaling factor for potential temperature.
 
real lookup_mod::rdthe
 Scaling factor for equivalent potential temperature.
 
real lookup_mod::rdtheq
 Scaling factor for equivalent potential temperature and specific humidity _____?
 
real, dimension(jtblookup_mod::sqs
 Scaling factor for specific humidity.
 
real, dimension(itblookup_mod::sthe
 Range for equivalent potential temperature.
 
real, dimension(itbqlookup_mod::stheq
 _____?
 
real, dimension(itblookup_mod::the0
 Base for equivalent potential temperature.
 
real, dimension(itbqlookup_mod::the0q
 _____?
 
real lookup_mod::thl
 Lower bound of potential temperature range.
 
real, dimension(jtb, itblookup_mod::ttbl
 Temperature table.
 
real, dimension(jtbq, itbqlookup_mod::ttblq
 _____?
 

Detailed Description

lookup_mod defines variables used to create lookup tables for pressure, temperature, and specific humidity.

Definition in file LOOKUP.f.

Variable Documentation

◆ itb

integer, parameter lookup_mod::itb =076

Table horizontal size (i index)

Definition at line 7 of file LOOKUP.f.

◆ itbq

integer, parameter lookup_mod::itbq =152

_____?

Definition at line 7 of file LOOKUP.f.

◆ jtb

integer, parameter lookup_mod::jtb =134

Table vertical size (j index)

Definition at line 7 of file LOOKUP.f.

◆ jtbq

integer, parameter lookup_mod::jtbq =440

_____?

Definition at line 7 of file LOOKUP.f.

◆ pl

real lookup_mod::pl

Lower bound of pressure range.

Definition at line 13 of file LOOKUP.f.

◆ plq

real lookup_mod::plq

Lower bound of pressure range for specific humidity _____?

Definition at line 13 of file LOOKUP.f.

◆ ptbl

real, dimension(itb,jtb) lookup_mod::ptbl

Saturation pressure table.

Definition at line 29 of file LOOKUP.f.

◆ qs0

real, dimension(jtb) lookup_mod::qs0

Base for specific humidity.

Definition at line 23 of file LOOKUP.f.

◆ rdp

real lookup_mod::rdp

Scaling factor for pressure.

Definition at line 13 of file LOOKUP.f.

◆ rdpq

real lookup_mod::rdpq

Scaling factor for pressure and specific humidity _____?

Definition at line 13 of file LOOKUP.f.

◆ rdq

real lookup_mod::rdq

Scaling factor for specific humidity.

Definition at line 13 of file LOOKUP.f.

◆ rdth

real lookup_mod::rdth

Scaling factor for potential temperature.

Definition at line 13 of file LOOKUP.f.

◆ rdthe

real lookup_mod::rdthe

Scaling factor for equivalent potential temperature.

Definition at line 13 of file LOOKUP.f.

◆ rdtheq

real lookup_mod::rdtheq

Scaling factor for equivalent potential temperature and specific humidity _____?

Definition at line 13 of file LOOKUP.f.

◆ sqs

real, dimension(jtb) lookup_mod::sqs

Scaling factor for specific humidity.

Definition at line 23 of file LOOKUP.f.

◆ sthe

real, dimension(itb) lookup_mod::sthe

Range for equivalent potential temperature.

Definition at line 25 of file LOOKUP.f.

◆ stheq

real, dimension(itbq) lookup_mod::stheq

_____?

Definition at line 27 of file LOOKUP.f.

◆ the0

real, dimension(itb) lookup_mod::the0

Base for equivalent potential temperature.

Definition at line 25 of file LOOKUP.f.

◆ the0q

real, dimension(itbq) lookup_mod::the0q

_____?

Definition at line 27 of file LOOKUP.f.

◆ thl

real lookup_mod::thl

Lower bound of potential temperature range.

Definition at line 13 of file LOOKUP.f.

◆ ttbl

real, dimension(jtb,itb) lookup_mod::ttbl

Temperature table.

Definition at line 30 of file LOOKUP.f.

◆ ttblq

real, dimension(jtbq,itbq) lookup_mod::ttblq

_____?

Definition at line 31 of file LOOKUP.f.