54 static int snTideDataCount = 0;
57 if (snTideDataCount > nSize - 1)
73 static int snWaveStationDataCount = 0;
78 snWaveStationDataCount = 0;
94 int nTot = nNumberDeepWaterWaveStations * snWaveStationDataCount;
96 for (
int j = 0; j < nNumberDeepWaterWaveStations; j++)
104 snWaveStationDataCount++;
double m_dAllCellsDeepWaterWaveHeight
Deep water wave height (m) for all sea cells.
vector< double > m_VdTSDeepWaterWaveStationPeriod
Time series of wave period at deep water wave station.
double m_dMinSWL
Minimum still water level.
bool m_bSingleDeepWaterWaveValues
int nCalcExternalForcing(void)
Calculate external forcings: change in still water level, tide level and deep water waves height,...
vector< double > m_VdTideData
double m_dInitialMeanSWL
The start-of-simulation still water level (m)
vector< double > m_VdThisIterDeepWaterWaveStationHeight
This-iteration wave height at deep water wave station.
bool m_bHaveWaveStationData
Do we have wave station data?
vector< double > m_VdThisIterDeepWaterWaveStationPeriod
This-iteration wave period at deep water wave station.
double m_dAllCellsDeepWaterWaveAngle
Deep water wave angle for all sea cells.
int m_nDeepWaterWaveDataNumTimeSteps
vector< int > m_VnDeepWaterWaveStationID
double m_dAccumulatedSeaLevelChange
double m_dMaxSWL
Maximum still water level.
double m_dDeltaSWLPerTimestep
If long-term SWL changes, the increment per timestep.
vector< double > m_VdThisIterDeepWaterWaveStationAngle
This-iteration wave orientation at deep water wave station.
double m_dAllCellsDeepWaterWavePeriod
Deep water wave period for all sea cells.
vector< double > m_VdTSDeepWaterWaveStationHeight
Time series of wave heights at deep water wave station.
double m_dThisIterMeanSWL
vector< double > m_VdTSDeepWaterWaveStationAngle
Time series of wave orientation at deep water wave station.
This file contains global definitions for CoastalME.
Contains CSimulation definitions.