character(len=MaxNameLength), |
public |
| :: |
Name | = | ' ' | |
logical, |
public |
| :: |
CpDataPresent | = | .FALSE. | |
integer, |
public |
| :: |
NumCpTempPts | = | 0 | |
integer, |
public |
| :: |
NumCpConcPts | = | 0 | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
CpTemps | | | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
CpConcs | | | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:,:) | :: |
CpValues | | | |
logical, |
public |
| :: |
RhoDataPresent | = | .FALSE. | |
integer, |
public |
| :: |
NumRhoTempPts | = | 0 | |
integer, |
public |
| :: |
NumRhoConcPts | = | 0 | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
RhoTemps | | | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
RhoConcs | | | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:,:) | :: |
RhoValues | | | |
logical, |
public |
| :: |
CondDataPresent | = | .FALSE. | |
integer, |
public |
| :: |
NumCondTempPts | = | 0 | |
integer, |
public |
| :: |
NumCondConcPts | = | 0 | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
CondTemps | | | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
CondConcs | | | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:,:) | :: |
CondValues | | | |
logical, |
public |
| :: |
ViscDataPresent | = | .FALSE. | |
integer, |
public |
| :: |
NumViscTempPts | = | 0 | |
integer, |
public |
| :: |
NumViscConcPts | = | 0 | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
ViscTemps | | | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:) | :: |
ViscConcs | | | |
real(kind=r64), |
public, |
ALLOCATABLE, DIMENSION(:,:) | :: |
ViscValues | | | |