cloudy trunk
Loading...
Searching...
No Matches
Data Fields
t_warnings Struct Reference

#include <warnings.h>

Collaboration diagram for t_warnings:
Collaboration graph
[legend]

Data Fields

long int nwarn
 
long int ncaun
 
long int nnote
 
long int nbang
 
char chRgcln [2][INPUT_LINE_LENGTH]
 
char chWarnln [LIMWCN][INPUT_LINE_LENGTH]
 
char chCaunln [LIMWCN][INPUT_LINE_LENGTH]
 
char chNoteln [LIMWCN][INPUT_LINE_LENGTH]
 
char chBangln [LIMWCN][INPUT_LINE_LENGTH]
 
bool lgWarngs
 
bool lgCautns
 

Detailed Description

Definition at line 36 of file warnings.h.

Field Documentation

◆ chBangln

char t_warnings::chBangln[LIMWCN][INPUT_LINE_LENGTH]

Definition at line 53 of file warnings.h.

Referenced by bangin(), and cdSurprises().

◆ chCaunln

char t_warnings::chCaunln[LIMWCN][INPUT_LINE_LENGTH]

Definition at line 51 of file warnings.h.

Referenced by caunin(), and cdCautions().

◆ chNoteln

char t_warnings::chNoteln[LIMWCN][INPUT_LINE_LENGTH]

Definition at line 52 of file warnings.h.

Referenced by cdNotes(), and notein().

◆ chRgcln

char t_warnings::chRgcln[2][INPUT_LINE_LENGTH]

a comment about the geometry after model stops

Definition at line 46 of file warnings.h.

Referenced by BadStart(), cdReasonGeo(), and PrtComment().

◆ chWarnln

char t_warnings::chWarnln[LIMWCN][INPUT_LINE_LENGTH]

these are the strings that contain the warnings, cautions, and notes about the calculation

Definition at line 50 of file warnings.h.

Referenced by cdWarnings(), and warnin().

◆ lgCautns

bool t_warnings::lgCautns

Definition at line 57 of file warnings.h.

Referenced by PrtComment(), and PrtFinal().

◆ lgWarngs

bool t_warnings::lgWarngs

flags set if warnings or cautions present

Definition at line 56 of file warnings.h.

Referenced by cloudy(), PrtComment(), PrtFinal(), and SaveGrid().

◆ nbang

long int t_warnings::nbang

Definition at line 43 of file warnings.h.

Referenced by bangin(), cdNwcns(), cdSurprises(), and wcnint().

◆ ncaun

long int t_warnings::ncaun

Definition at line 41 of file warnings.h.

Referenced by caunin(), cdCautions(), cdNwcns(), ShowMe(), and wcnint().

◆ nnote

long int t_warnings::nnote

Definition at line 42 of file warnings.h.

Referenced by cdNotes(), cdNwcns(), notein(), and wcnint().

◆ nwarn

long int t_warnings::nwarn

this are counters for the number of warnings, cautions, notes and surprises in the calculation

Definition at line 40 of file warnings.h.

Referenced by cdNwcns(), cdWarnings(), ShowMe(), warnin(), and wcnint().


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