CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
Loading...
Searching...
No Matches
cme.h File Reference

This file contains global definitions for CoastalME. More...

#include <climits>
#include <sstream>
#include "simulation.h"

Go to the source code of this file.

Data Structures

class  ostream
 STL class. More...
 
class  ostringstream
 STL class. More...
 

Functions

template<class T>
tMax (T a, T b)
 
template<class T>
tMax (T a, T b, T c)
 
template<class T>
tMin (T a, T b)
 
template<class T>
tMin (T a, T b, T c)
 
template<class T>
tAbs (T a)
 
template<class T>
bool bIsBetween (T a, T b, T c)
 
template<typename T>
string strDblToStr (const T &t)
 
template<class T>
bool bFPIsEqual (const T d1, const T d2, const T dEpsilon)
 

Variables

char const COLON = ':'
 
char const COMMA = ','
 
char const DASH = '-'
 
char const PATH_SEPARATOR = '/'
 
char const QUOTE1 = ';'
 
char const QUOTE2 = '#'
 
char const SLASH = '/'
 
char const SPACE = ' '
 
char const TILDE = '~'
 
bool const ACCEPT_SHORT_PROFILES = true
 
bool const CREATE_SHADOW_ZONE_IF_HITS_GRID_EDGE = true
 
bool const SAVE_CSHORE_OUTPUT = true
 
bool const USE_DEEP_WATER_FOR_SHADOW_LINE = true
 
int const BUF_SIZE = 2048
 
int const CAPE_POINT_MIN_SPACING = 10
 
int const CLOCK_CHECK_ITERATION = 5000
 
int const COAST_LENGTH_MAX = 10
 
int const COAST_LENGTH_MIN_X_PROF_SPACE = 20
 
int const CSHOREARRAYOUTSIZE = 1000
 The size of the arrays output by CShore. If you change this, then you must also set the same value on line 12 of cshore_wrapper.f03 (integer, parameter :: NN = 1000, NL = 1) and recompile CShore. Eventually we should move to dynamically allocated arrays TODO 070.
 
int const FLOOD_FILL_START_OFFSET = 2
 
int const GRID_MARGIN = 10
 
int const INT_NODATA = -9999
 
int const MAX_CLIFF_TALUS_LENGTH = 100
 
int const MAX_LEN_SHADOW_LINE_TO_IGNORE = 200
 
int const MAX_NUM_PREV_ORIENTATION_VALUES = 10
 
int const MAX_NUM_SHADOW_ZONES = 10
 
int const MAX_SEAWARD_OFFSET_FOR_CLIFF_TALUS = 20
 
int const MIN_INLAND_OFFSET_FOR_BEACH_EROSION_ESTIMATION = 5
 
int const MIN_PARALLEL_PROFILE_SIZE = 3
 
int const MIN_PROFILE_SIZE = 3
 
int const MIN_PROFILE_SPACING = 15
 
int const SAVGOL_POLYNOMIAL_MAX_ORDER = 6
 
int const NO_LOG_FILE = 0
 
int const LOG_FILE_LOW_DETAIL = 1
 
int const LOG_FILE_MIDDLE_DETAIL = 2
 
int const LOG_FILE_HIGH_DETAIL = 3
 
int const LOG_FILE_ALL = 4
 
int const NO_DIRECTION = 0
 
int const NORTH = 1
 
int const NORTH_EAST = 2
 
int const EAST = 3
 
int const SOUTH_EAST = 4
 
int const SOUTH = 5
 
int const SOUTH_WEST = 6
 
int const WEST = 7
 
int const NORTH_WEST = 8
 
int const DIRECTION_DOWNCOAST = 0
 
int const DIRECTION_UPCOAST = 1
 
int const NULL_HANDED = -1
 
int const RIGHT_HANDED = 0
 
int const LEFT_HANDED = 1
 
int const TEXTURE_FINE = 0
 
int const TEXTURE_SAND = 1
 
int const TEXTURE_COARSE = 2
 
int const TIME_UNKNOWN = -1
 
int const TIME_HOURS = 0
 
int const TIME_DAYS = 1
 
int const TIME_MONTHS = 2
 
int const TIME_YEARS = 3
 
int const IO_INTERVENTION_NONE = 0
 
int const IO_INTERVENTION_STRUCT = 1
 
int const IO_INTERVENTION_NON_STRUCT = 2
 
int const LF_NONE = 0
 
int const LF_CAT_HINTERLAND = 1
 
int const LF_CAT_SEA = 2
 
int const LF_CAT_ISLAND = 14
 
int const LF_CAT_SEDIMENT_INPUT = 15
 
int const LF_CAT_SEDIMENT_INPUT_SUBMERGED = 16
 
int const LF_CAT_SEDIMENT_INPUT_NOT_SUBMERGED = 17
 
int const LF_CAT_CLIFF = 3
 
int const LF_CAT_DRIFT = 4
 
int const LF_CAT_INTERVENTION = 5
 
int const LF_SUBCAT_CLIFF_ON_COASTLINE = 6
 
int const LF_SUBCAT_CLIFF_INLAND = 7
 
int const LF_SUBCAT_DRIFT_MIXED = 8
 
int const LF_SUBCAT_DRIFT_TALUS = 9
 
int const LF_SUBCAT_DRIFT_BEACH = 10
 
int const LF_SUBCAT_DRIFT_DUNES = 11
 
int const LF_SUBCAT_INTERVENTION_STRUCT = 12
 
int const LF_SUBCAT_INTERVENTION_NON_STRUCT = 13
 
int const LF_SUBCAT_SEDIMENT_INPUT_UNCONSOLIDATED = 18
 
int const LF_SUBCAT_SEDIMENT_INPUT_CONSOLIDATED = 19
 
int const FINE_CONS_RASTER = 1
 
int const SAND_CONS_RASTER = 2
 
int const COARSE_CONS_RASTER = 3
 
int const FINE_UNCONS_RASTER = 4
 
int const SAND_UNCONS_RASTER = 5
 
int const COARSE_UNCONS_RASTER = 6
 
int const SUSP_SED_RASTER = 7
 
int const LANDFORM_RASTER = 8
 
int const INTERVENTION_CLASS_RASTER = 9
 
int const INTERVENTION_HEIGHT_RASTER = 10
 
int const VEC_FIELD_DATA_ANY = 0
 
int const VEC_FIELD_DATA_INT = 1
 
int const VEC_FIELD_DATA_REAL = 2
 
int const VEC_FIELD_DATA_STRING = 3
 
int const VEC_FIELD_DATA_OTHER = 4
 
int const VEC_GEOMETRY_POINT = 1
 
int const VEC_GEOMETRY_LINE = 2
 
int const VEC_GEOMETRY_POLYGON = 3
 
int const VEC_GEOMETRY_OTHER = 4
 
int const DEEP_WATER_WAVE_STATIONS_VEC = 1
 
int const DEEP_WATER_WAVE_STATIONS_MAX_LAYER = 1
 
int const DEEP_WATER_WAVE_STATIONS_POINT_GEOMETRY = VEC_GEOMETRY_POINT
 
int const SEDIMENT_INPUT_EVENT_LOCATION_VEC = 2
 
int const SEDIMENT_INPUT_EVENT_LOCATION_MAX_LAYER = 1
 
int const SEDIMENT_INPUT_EVENT_LOCATION_POINT_GEOMETRY = VEC_GEOMETRY_POINT
 
int const FLOOD_LOCATION_POINT_GEOMETRY = VEC_GEOMETRY_POINT
 
int const SEDIMENT_INPUT_EVENT_LOCATION_LINE_GEOMETRY = VEC_GEOMETRY_LINE
 
int const FLOOD_LOCATION_VEC = 3
 
int const FLOOD_LOCATION_MAX_LAYER = 1
 
int const RASTER_PLOT_ACTIVE_ZONE = 1
 
int const RASTER_PLOT_ACTUAL_BEACH_EROSION = 2
 
int const RASTER_PLOT_ACTUAL_PLATFORM_EROSION = 3
 
int const RASTER_PLOT_AVG_SEA_DEPTH = 4
 
int const RASTER_PLOT_AVG_SUSPENDED_SEDIMENT = 5
 
int const RASTER_PLOT_AVG_WAVE_HEIGHT = 6
 
int const RASTER_PLOT_AVG_WAVE_ORIENTATION = 7
 
int const RASTER_PLOT_BASEMENT_ELEVATION = 8
 
int const RASTER_PLOT_BEACH_DEPOSITION = 9
 
int const RASTER_PLOT_BEACH_MASK = 10
 
int const RASTER_PLOT_BEACH_PROTECTION = 11
 
int const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_FINE = 12
 
int const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_SAND = 13
 
int const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_COARSE = 14
 
int const RASTER_PLOT_CLIFF_COLLAPSE_DEPOSIT_SAND = 15
 
int const RASTER_PLOT_CLIFF_COLLAPSE_DEPOSIT_COARSE = 16
 
int const RASTER_PLOT_COARSE_CONSOLIDATED_SEDIMENT = 17
 
int const RASTER_PLOT_COARSE_UNCONSOLIDATED_SEDIMENT = 18
 
int const RASTER_PLOT_COAST = 19
 
int const RASTER_PLOT_DEEP_WATER_WAVE_HEIGHT = 20
 
int const RASTER_PLOT_DEEP_WATER_WAVE_ORIENTATION = 21
 
int const RASTER_PLOT_DEEP_WATER_WAVE_PERIOD = 22
 
int const RASTER_PLOT_FINE_CONSOLIDATED_SEDIMENT = 23
 
int const RASTER_PLOT_FINE_UNCONSOLIDATED_SEDIMENT = 24
 
int const RASTER_PLOT_INTERVENTION_CLASS = 25
 
int const RASTER_PLOT_INTERVENTION_HEIGHT = 26
 
int const RASTER_PLOT_INUNDATION_MASK = 27
 
int const RASTER_PLOT_LANDFORM = 28
 
int const RASTER_PLOT_LOCAL_SLOPE_OF_CONSOLIDATED_SEDIMENT = 29
 
int const RASTER_PLOT_NORMAL = 30
 
int const RASTER_PLOT_OVERALL_TOP_ELEVATION = 31
 
int const RASTER_PLOT_POLYGON = 32
 
int const RASTER_PLOT_POLYGON_GAIN_OR_LOSS = 33
 
int const RASTER_PLOT_POLYGON_UPDRIFT_OR_DOWNDRIFT = 34
 
int const RASTER_PLOT_POTENTIAL_BEACH_EROSION = 35
 
int const RASTER_PLOT_POTENTIAL_PLATFORM_EROSION = 36
 
int const RASTER_PLOT_SAND_CONSOLIDATED_SEDIMENT = 37
 
int const RASTER_PLOT_SAND_UNCONSOLIDATED_SEDIMENT = 38
 
int const RASTER_PLOT_SEA_DEPTH = 39
 
int const RASTER_PLOT_SEDIMENT_TOP_ELEVATION_ELEV = 40
 
int const RASTER_PLOT_SHADOW_DOWNDRIFT_ZONE = 41
 
int const RASTER_PLOT_SHADOW_ZONE = 42
 
int const RASTER_PLOT_SLICE = 43
 
int const RASTER_PLOT_SUSPENDED_SEDIMENT = 44
 
int const RASTER_PLOT_TOTAL_ACTUAL_BEACH_EROSION = 45
 
int const RASTER_PLOT_TOTAL_ACTUAL_PLATFORM_EROSION = 46
 
int const RASTER_PLOT_TOTAL_BEACH_DEPOSITION = 47
 
int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_FINE = 48
 
int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_SAND = 49
 
int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE = 50
 
int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSIT_SAND = 51
 
int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSIT_COARSE = 52
 
int const RASTER_PLOT_TOTAL_POTENTIAL_BEACH_EROSION = 53
 
int const RASTER_PLOT_TOTAL_POTENTIAL_PLATFORM_EROSION = 54
 
int const RASTER_PLOT_WAVE_HEIGHT = 55
 
int const RASTER_PLOT_WAVE_ORIENTATION = 56
 
int const RASTER_PLOT_POTENTIAL_PLATFORM_EROSION_MASK = 57
 
int const RASTER_PLOT_SEDIMENT_INPUT = 58
 
int const RASTER_PLOT_SETUP_SURGE_FLOOD_MASK = 59
 
int const RASTER_PLOT_SETUP_SURGE_RUNUP_FLOOD_MASK = 60
 
int const RASTER_PLOT_WAVE_FLOOD_LINE = 61
 
int const VECTOR_PLOT_AVG_WAVE_ANGLE_AND_HEIGHT = 1
 
int const VECTOR_PLOT_BREAKING_WAVE_HEIGHT = 2
 
int const VECTOR_PLOT_CLIFF_NOTCH_SIZE = 3
 
int const VECTOR_PLOT_COAST = 4
 
int const VECTOR_PLOT_COAST_CURVATURE = 5
 
int const VECTOR_PLOT_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT = 6
 
int const VECTOR_PLOT_DOWNDRIFT_BOUNDARY = 7
 
int const VECTOR_PLOT_INVALID_NORMALS = 8
 
int const VECTOR_PLOT_MEAN_WAVE_ENERGY = 9
 
int const VECTOR_PLOT_NORMALS = 10
 
int const VECTOR_PLOT_POLYGON_BOUNDARY = 11
 
int const VECTOR_PLOT_POLYGON_NODES = 12
 
int const VECTOR_PLOT_SHADOW_BOUNDARY = 13
 
int const VECTOR_PLOT_WAVE_ANGLE_AND_HEIGHT = 14
 
int const VECTOR_PLOT_WAVE_ENERGY_SINCE_COLLAPSE = 15
 
int const VECTOR_PLOT_WAVE_SETUP = 16
 
int const VECTOR_PLOT_STORM_SURGE = 17
 
int const VECTOR_PLOT_RUN_UP = 18
 
int const VECTOR_PLOT_FLOOD_LINE = 19
 
int const RTN_OK = 0
 
int const RTN_HELP_ONLY = 1
 
int const RTN_CHECK_ONLY = 2
 
int const RTN_USER_ABORT = 3
 
int const RTN_ERR_BADPARAM = 4
 
int const RTN_ERR_INI = 5
 
int const RTN_ERR_CMEDIR = 6
 
int const RTN_ERR_RUNDATA = 7
 
int const RTN_ERR_SCAPE_SHAPE_FUNCTION_FILE = 8
 
int const RTN_ERR_TIDEDATAFILE = 9
 
int const RTN_ERR_LOGFILE = 10
 
int const RTN_ERR_OUTFILE = 11
 
int const RTN_ERR_TSFILE = 12
 
int const RTN_ERR_DEMFILE = 13
 
int const RTN_ERR_RASTER_FILE_READ = 14
 
int const RTN_ERR_VECTOR_FILE_READ = 15
 
int const RTN_ERR_MEMALLOC = 16
 
int const RTN_ERR_RASTER_GIS_OUT_FORMAT = 17
 
int const RTN_ERR_VECTOR_GIS_OUT_FORMAT = 18
 
int const RTN_ERR_TEXT_FILE_WRITE = 19
 
int const RTN_ERR_RASTER_FILE_WRITE = 20
 
int const RTN_ERR_VECTOR_FILE_WRITE = 21
 
int const RTN_ERR_TIMESERIES_FILE_WRITE = 22
 
int const RTN_ERR_LINETOGRID = 23
 
int const RTN_ERR_PROFILESPACING = 24
 
int const RTN_ERR_PROFILE_ENDPOINT_AT_GRID_EDGE = 25
 
int const RTN_ERR_PROFILE_ENDPOINT_IS_INLAND = 26
 
int const RTN_ERR_NO_SOLUTION_FOR_ENDPOINT = 27
 
int const RTN_ERR_PROFILE_END_INSUFFICIENT_DEPTH = 28
 
int const RTN_ERR_NO_PROFILES_1 = 29
 
int const RTN_ERR_NO_PROFILES_2 = 30
 
int const RTN_ERR_NOSEACELLS = 31
 
int const RTN_ERR_GRIDTOLINE = 32
 
int const RTN_ERR_TRACING_COAST = 33
 
int const RTN_ERR_NOCOAST = 34
 
int const RTN_ERR_PROFILEWRITE = 35
 
int const RTN_ERR_TIMEUNITS = 36
 
int const RTN_ERR_CLIFFNOTCH = 37
 
int const RTN_ERR_CLIFFDEPOSIT = 38
 
int const RTN_ERR_BAD_INDEX = 39
 
int const RTN_ERR_EDGE_OF_GRID = 40
 
int const RTN_ERR_NO_SEAWARD_END_OF_PROFILE_1 = 41
 
int const RTN_ERR_NO_SEAWARD_END_OF_PROFILE_2 = 42
 
int const RTN_ERR_NO_SEAWARD_END_OF_PROFILE_3 = 43
 
int const RTN_ERR_NO_SEAWARD_END_OF_PROFILE_4 = 44
 
int const RTN_ERR_LANDFORM_TO_GRID = 45
 
int const RTN_ERR_NO_TOP_LAYER = 46
 
int const RTN_ERR_NO_ADJACENT_POLYGON = 47
 
int const RTN_ERR_BAD_MULTILINE = 48
 
int const RTN_ERR_CANNOT_INSERT_POINT = 49
 
int const RTN_ERR_CANNOT_ASSIGN_COASTAL_LANDFORM = 50
 
int const RTN_ERR_SHADOW_ZONE_FLOOD_FILL_NOGRID = 51
 
int const RTN_ERR_SHADOW_ZONE_FLOOD_START_POINT = 52
 
int const RTN_ERR_CSHORE_EMPTY_PROFILE = 53
 
int const RTN_ERR_CSHORE_FILE_INPUT = 54
 
int const RTN_ERR_READING_CSHORE_FILE_OUTPUT = 55
 
int const RTN_ERR_WAVE_INTERPOLATION_LOOKUP = 56
 
int const RTN_ERR_GRIDCREATE = 57
 
int const RTN_ERR_COAST_CANT_FIND_EDGE_CELL = 58
 
int const RTN_ERR_CSHORE_ERROR = 59
 
int const RTN_ERR_NO_CELL_UNDER_COASTLINE = 60
 
int const RTN_ERR_OPEN_DEEP_WATER_WAVE_DATA = 61
 
int const RTN_ERR_READING_DEEP_WATER_WAVE_DATA = 62
 
int const RTN_ERR_BOUNDING_BOX = 63
 
int const RTN_ERR_READING_SEDIMENT_INPUT_EVENT = 64
 
int const RTN_ERR_SEDIMENT_INPUT_EVENT = 65
 
int const RTN_ERR_SEDIMENT_INPUT_EVENT_LOCATION = 66
 
int const RTN_ERR_WAVESTATION_LOCATION = 67
 
int const RTN_ERR_FLOOD_LOCATION = 68
 
int const RTN_ERR_CLIFF_NOT_IN_POLYGON = 69
 
int const RTN_ERR_UNKNOWN = 70
 
int const ELEV_IN_BASEMENT = -1
 
int const ELEV_ABOVE_SEDIMENT_TOP = -2
 
int const NO_NONZERO_THICKNESS_LAYERS = -3
 
int const SMOOTH_NONE = 0
 
int const SMOOTH_RUNNING_MEAN = 1
 
int const SMOOTH_SAVITZKY_GOLAY = 2
 
int const GRID_EDGE_CLOSED = 0
 
int const GRID_EDGE_OPEN = 1
 
int const GRID_EDGE_RECIRCULATE = 2
 
int const WAVE_MODEL_COVE = 0
 
int const WAVE_MODEL_CSHORE = 1
 
int const UNCONS_SEDIMENT_EQUATION_CERC = 0
 
int const UNCONS_SEDIMENT_EQUATION_KAMPHUIS = 1
 
int const CLIFF_COLLAPSE_LENGTH_INCREMENT = 10
 
int const PROFILE_CHECK_ALONG_COAST_MULTIPLIER = 500
 
int const PROFILE_CHECK_DIST_FROM_COAST = 3
 
unsigned long const MASK = 0xfffffffful
 
unsigned long const SEDIMENT_INPUT_EVENT_ERROR = -1
 
double const PI = 3.141592653589793238462643
 
double const D50_FINE_DEFAULT = 0.0625
 
double const D50_SAND_DEFAULT = 0.42
 
double const D50_COARSE_DEFAULT = 19.0
 
double const BEACH_PROTECTION_HB_RATIO = 0.23
 
double const WALKDEN_HALL_PARAM_1 = 3.25
 
double const WALKDEN_HALL_PARAM_2 = 1.50
 
double const DEPTH_OVER_DB_INCREMENT = 0.001
 
double const INVERSE_DEPTH_OVER_DB_INCREMENT = 1000
 
double const DEAN_POWER = 2.0 / 3.0
 
double const CSHORE_FRICTION_FACTOR = 0.015
 
double const CSHORE_SURGE_LEVEL = 0.0
 
double const TOLERANCE = 1e-7
 
double const SEDIMENT_ELEV_TOLERANCE = 1e-10
 
double const MASS_BALANCE_TOLERANCE = 1e-5
 
double const STRAIGHT_COAST_MAX_DETAILED_CURVATURE = -5
 
double const STRAIGHT_COAST_MAX_SMOOTH_CURVATURE = -1
 
double const MIN_LENGTH_OF_SHADOW_ZONE_LINE = 10
 
double const MAX_LAND_LENGTH_OF_SHADOW_ZONE_LINE = 5
 
double const CLIFF_COLLAPSE_HEIGHT_INCREMENT = 0.1
 
double const DBL_NODATA = -9999
 
string const PROGRAM_NAME = "Coastal Modelling Environment (CoastalME) version 1.3.4 (11 Mar 2025)"
 
string const PROGRAM_NAME_SHORT = "CME"
 
string const CME_INI = "cme.ini"
 
string const COPYRIGHT = "(C) 2025 Andres Payo and David Favis-Mortlock"
 
string const LINE = "-------------------------------------------------------------------------------"
 
string const DISCLAIMER1 = "This program is distributed in the hope that it will be useful, but WITHOUT ANY"
 
string const DISCLAIMER2 = "WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A"
 
string const DISCLAIMER3 = "PARTICULAR PURPOSE. See the GNU General Public License for more details. You"
 
string const DISCLAIMER4 = "should have received a copy of the GNU General Public License along with this"
 
string const DISCLAIMER5 = "program; if not, contact the Free Software Foundation, Inc., 675 Mass Ave,"
 
string const DISCLAIMER6 = "Cambridge, MA 02139, USA."
 
string const ABOUT = "simulates the long-term behaviour of a coast. This initial version considers only simple soft cliff cross-shore effects"
 
string const THANKS = "Many thanks to:\n\tTom Ashby\n\tManuel Cobos Budia\n\tWilf Chun\n\tMark Dickson\n\tJim W. Hall\n\tMartin D. Hurst\n\tMatthew Ives\n\tRobert J. Nicholls\n\tIan Townend\n\tMike J.A. Walkden"
 
string const GDAL_DRIVERS = "GDAL drivers"
 
string const USAGE = "Usage: cme [OPTION]..."
 
string const USAGE1 = " --gdal List GDAL drivers"
 
string const USAGE2 = " --about Information about this program"
 
string const USAGE3 = " --help Display this text"
 
string const USAGE4 = " --home=DIRECTORY Specify the location of the .ini file etc."
 
string const USAGE5 = " --datafile=FILE Specify the location and name of the main datafile"
 
string const START_NOTICE = "- Started on "
 
string const INITIALIZING_NOTICE = "- Initializing"
 
string const READING_FILE_LOCATIONS = " - Reading file locations: "
 
string const READING_RUN_DATA = " - Reading run data file: "
 
string const READING_BASEMENT = " - Reading basement DEM: "
 
string const READING_RASTER_FILES = " - Reading raster GIS files"
 
string const READING_LANDFORM_FILE = " - Landform class: "
 
string const READING_INTERVENTION_CLASS_FILE = " - Intervention class: "
 
string const READING_INTERVENTION_HEIGHT_FILE = " - Intervention height: "
 
string const READING_SUSPENDED_SEDIMENT_FILE = " - Suspended sediment: "
 
string const READING_UNCONS_FINE_SEDIMENT_FILE = " - Unconsolidated fine sediment (layer "
 
string const READING_UNCONS_SAND_SEDIMENT_FILE = " - Unconsolidated sand sediment (layer "
 
string const READING_UNCONS_COARSE_SEDIMENT_FILE = " - Unconsolidated coarse sediment (layer "
 
string const READING_CONS_FINE_SEDIMENT_FILE = " - Consolidated fine sediment (layer "
 
string const READING_CONS_SAND_SEDIMENT_FILE = " - Consolidated sand sediment (layer "
 
string const READING_CONS_COARSE_SEDIMENT_FILE = " - Consolidated coarse sediment (layer "
 
string const READING_VECTOR_FILES = " - Reading vector GIS files"
 
string const READING_DEEP_WATER_WAVE_FILE = " - Deep water wave values: "
 
string const READING_SED_INPUT_EVENT_FILE = " - Sediment input event values: "
 
string const READING_FLOOD_LOCATION = " - Characteristic locations for flood: "
 
string const READING_SCAPE_SHAPE_FUNCTION_FILE = " - Reading SCAPE shape function file"
 
string const READING_TIDE_DATA_FILE = " - Reading tide data file: "
 
string const ALLOCATE_MEMORY = " - Allocating memory for raster grid"
 
string const ADD_LAYERS = " - Adding sediment layers to raster grid"
 
string const INITIALIZING = " - Initializing"
 
string const RUN_NOTICE = "- Running simulation"
 
string const SIMULATING = "\r - Simulating "
 
string const FINAL_OUTPUT = "- Writing final output"
 
string const SEND_EMAIL = " - Sending email to "
 
string const RUN_END_NOTICE = "- Run ended at "
 
string const PRESS_KEY = "Press any key to continue..."
 
string const ERROR_NOTICE = " with error code "
 
string const EMAIL_ERROR = "Could not send email"
 
string const SCAPE_DIR = "scape/"
 
string const SCAPE_SHAPE_FUNCTION_FILE = "ShapeFunction.dat"
 
string const EROSION_POTENTIAL_LOOKUP_FILE = "ErosionPotential.csv"
 
string const CSHORE_DIR = "cshore/"
 
string const CSHORE_INFILE = "infile"
 
string const ERR = "*** ERROR "
 
string const WARN = "WARNING "
 
string const NOTE = " Note "
 
string const MASS_BALANCE_ERROR = "MASS BALANCE ERROR"
 
string const PER_ITER_HEAD1
 
string const PER_ITER_HEAD2
 
string const PER_ITER_HEAD3
 
string const PER_ITER_HEAD4
 
string const PER_ITER_HEAD5
 
string const PER_ITER_HEAD
 
string const ENDHYDROLOGYHEAD
 
string const ENDSEDIMENTHEAD
 
string const PERFORMHEAD
 
string const OUTEXT = ".out"
 
string const LOGEXT = ".log"
 
string const CSVEXT = ".csv"
 
string const DEEP_WATER_WAVE_STATION_ID = "id"
 
string const SEDIMENT_INPUT_EVENT_LOCATION_ID = "id"
 
string const FLOOD_LOCATION_ID = "id"
 
string const RASTER_USUAL_OUTPUT_CODE = "usual"
 
string const RASTER_ALL_OUTPUT_CODE = "all"
 
string const RASTER_SEDIMENT_TOP_CODE = "sediment_top_elevation"
 
string const RASTER_SEDIMENT_TOP_NAME = "sediment_top_elevation"
 
string const RASTER_TOP_CODE = "top_elevation"
 
string const RASTER_TOP_NAME = "top_elevation"
 
string const RASTER_BASEMENT_ELEVATION_CODE = "basement_elevation"
 
string const RASTER_BASEMENT_ELEVATION_NAME = "basement_elevation"
 
string const RASTER_LOCAL_SLOPE_CODE = "local_cons_sediment_slope"
 
string const RASTER_LOCAL_SLOPE_NAME = "local_cons_sediment_slope"
 
string const RASTER_SEA_DEPTH_CODE = "sea_depth"
 
string const RASTER_SEA_DEPTH_NAME = "sea_depth"
 
string const RASTER_AVG_SEA_DEPTH_CODE = "avg_sea_depth"
 
string const RASTER_AVG_SEA_DEPTH_NAME = "avg_sea_depth"
 
string const RASTER_INUNDATION_MASK_CODE = "inundation_mask"
 
string const RASTER_INUNDATION_MASK_NAME = "inundation_mask"
 
string const RASTER_WAVE_HEIGHT_CODE = "wave_height"
 
string const RASTER_WAVE_HEIGHT_NAME = "wave_height"
 
string const RASTER_AVG_WAVE_HEIGHT_CODE = "avg_wave_height"
 
string const RASTER_AVG_WAVE_HEIGHT_NAME = "avg_wave_height"
 
string const RASTER_WAVE_ORIENTATION_CODE = "wave_orientation"
 
string const RASTER_WAVE_ORIENTATION_NAME = "wave_orientation"
 
string const RASTER_WAVE_PERIOD_CODE = "wave_period"
 
string const RASTER_WAVE_PERIOD_NAME = "wave_period"
 
string const RASTER_AVG_WAVE_ORIENTATION_CODE = "avg_wave_orientation"
 
string const RASTER_AVG_WAVE_ORIENTATION_NAME = "avg_wave_orientation"
 
string const RASTER_BEACH_MASK_CODE = "beach_mask"
 
string const RASTER_BEACH_MASK_NAME = "beach_mask"
 
string const RASTER_BEACH_PROTECTION_CODE = "beach_protection"
 
string const RASTER_BEACH_PROTECTION_NAME = "beach_protection"
 
string const RASTER_POTENTIAL_PLATFORM_EROSION_MASK_CODE = "potential_platform_erosion_mask"
 
string const RASTER_POTENTIAL_PLATFORM_EROSION_MASK_NAME = "potential_platform_erosion_mask"
 
string const RASTER_POTENTIAL_PLATFORM_EROSION_CODE = "potential_platform_erosion"
 
string const RASTER_POTENTIAL_PLATFORM_EROSION_NAME = "potential_platform_erosion"
 
string const RASTER_ACTUAL_PLATFORM_EROSION_CODE = "actual_platform_erosion"
 
string const RASTER_ACTUAL_PLATFORM_EROSION_NAME = "actual_platform_erosion"
 
string const RASTER_TOTAL_POTENTIAL_PLATFORM_EROSION_CODE = "total_potential_platform_erosion"
 
string const RASTER_TOTAL_POTENTIAL_PLATFORM_EROSION_NAME = "total_potential_platform_erosion"
 
string const RASTER_TOTAL_ACTUAL_PLATFORM_EROSION_CODE = "total_actual_platform_erosion"
 
string const RASTER_TOTAL_ACTUAL_PLATFORM_EROSION_NAME = "total_actual_platform_erosion"
 
string const RASTER_POTENTIAL_BEACH_EROSION_CODE = "potential_beach_erosion"
 
string const RASTER_POTENTIAL_BEACH_EROSION_NAME = "potential_beach_erosion"
 
string const RASTER_ACTUAL_BEACH_EROSION_CODE = "actual_beach_erosion"
 
string const RASTER_ACTUAL_BEACH_EROSION_NAME = "actual_beach_erosion"
 
string const RASTER_TOTAL_POTENTIAL_BEACH_EROSION_CODE = "total_potential_beach_erosion"
 
string const RASTER_TOTAL_POTENTIAL_BEACH_EROSION_NAME = "total_potential_beach_erosion"
 
string const RASTER_TOTAL_ACTUAL_BEACH_EROSION_CODE = "total_actual_beach_erosion"
 
string const RASTER_TOTAL_ACTUAL_BEACH_EROSION_NAME = "total_actual_beach_erosion"
 
string const RASTER_BEACH_DEPOSITION_CODE = "beach_deposition"
 
string const RASTER_BEACH_DEPOSITION_NAME = "beach_deposition"
 
string const RASTER_TOTAL_BEACH_DEPOSITION_CODE = "total_beach_deposition"
 
string const RASTER_TOTAL_BEACH_DEPOSITION_NAME = "total_beach_deposition"
 
string const RASTER_LANDFORM_CODE = "landform_class"
 
string const RASTER_LANDFORM_NAME = "landform_class"
 
string const RASTER_INTERVENTION_CLASS_CODE = "intervention_class"
 
string const RASTER_INTERVENTION_CLASS_NAME = "intervention_class"
 
string const RASTER_INTERVENTION_HEIGHT_CODE = "intervention_height"
 
string const RASTER_INTERVENTION_HEIGHT_NAME = "intervention_height"
 
string const RASTER_SUSP_SED_CODE = "susp_sed"
 
string const RASTER_SUSP_SED_NAME = "susp_sed"
 
string const RASTER_AVG_SUSP_SED_CODE = "avg_susp_sed"
 
string const RASTER_AVG_SUSP_SED_NAME = "avg_susp_sed"
 
string const RASTER_FINE_UNCONS_CODE = "uncons_sed_fine"
 
string const RASTER_FINE_UNCONS_NAME = "uncons_sed_fine"
 
string const RASTER_SAND_UNCONS_CODE = "uncons_sed_sand"
 
string const RASTER_SAND_UNCONS_NAME = "uncons_sed_sand"
 
string const RASTER_COARSE_UNCONS_CODE = "uncons_sed_coarse"
 
string const RASTER_COARSE_UNCONS_NAME = "uncons_sed_coarse"
 
string const RASTER_FINE_CONS_CODE = "cons_sed_fine"
 
string const RASTER_FINE_CONS_NAME = "cons_sed_fine"
 
string const RASTER_SAND_CONS_CODE = "cons_sed_sand"
 
string const RASTER_SAND_CONS_NAME = "cons_sed_sand"
 
string const RASTER_COARSE_CONS_CODE = "cons_sed_coarse"
 
string const RASTER_COARSE_CONS_NAME = "cons_sed_coarse"
 
string const RASTER_COAST_CODE = "rcoast"
 
string const RASTER_COAST_NAME = "rcoast"
 
string const RASTER_COAST_NORMAL_CODE = "rcoast_normal"
 
string const RASTER_COAST_NORMAL_NAME = "rcoast_normal"
 
string const RASTER_ACTIVE_ZONE_CODE = "active_zone"
 
string const RASTER_ACTIVE_ZONE_NAME = "active_zone"
 
string const RASTER_CLIFF_COLLAPSE_EROSION_FINE_CODE = "cliff_collapse_erosion_fine"
 
string const RASTER_CLIFF_COLLAPSE_EROSION_FINE_NAME = "cliff_collapse_erosion_fine"
 
string const RASTER_CLIFF_COLLAPSE_EROSION_SAND_CODE = "cliff_collapse_erosion_sand"
 
string const RASTER_CLIFF_COLLAPSE_EROSION_SAND_NAME = "cliff_collapse_erosion_sand"
 
string const RASTER_CLIFF_COLLAPSE_EROSION_COARSE_CODE = "cliff_collapse_erosion_coarse"
 
string const RASTER_CLIFF_COLLAPSE_EROSION_COARSE_NAME = "cliff_collapse_erosion_coarse"
 
string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_FINE_CODE = "total_cliff_collapse_erosion_fine"
 
string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_FINE_NAME = "total_cliff_collapse_erosion_fine"
 
string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_SAND_CODE = "total_cliff_collapse_erosion_sand"
 
string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_SAND_NAME = "total_cliff_collapse_erosion_sand"
 
string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE_CODE = "total_cliff_collapse_erosion_coarse"
 
string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE_NAME = "total_cliff_collapse_erosion_coarse"
 
string const RASTER_CLIFF_COLLAPSE_DEPOSITION_SAND_CODE = "cliff_collapse_talus_deposition_sand"
 
string const RASTER_CLIFF_COLLAPSE_DEPOSITION_SAND_NAME = "cliff_collapse_talus_deposition_sand"
 
string const RASTER_CLIFF_COLLAPSE_DEPOSITION_COARSE_CODE = "cliff_collapse_talus_deposition_coarse"
 
string const RASTER_CLIFF_COLLAPSE_DEPOSITION_COARSE_NAME = "cliff_collapse_talus_deposition_coarse"
 
string const RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_SAND_CODE = "total_cliff_collapse_talus_deposition_sand"
 
string const RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_SAND_NAME = "total_cliff_collapse_talus_deposition_sand"
 
string const RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_COARSE_CODE = "total_cliff_collapse_talus_deposition_coarse"
 
string const RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_COARSE_NAME = "total_cliff_collapse_talus_deposition_coarse"
 
string const RASTER_POLYGON_CODE = "polygon_raster"
 
string const RASTER_POLYGON_NAME = "polygon_raster"
 
string const RASTER_SLICE_CODE = "slice"
 
string const RASTER_SLICE_NAME = "slice"
 
string const RASTER_SHADOW_ZONE_CODE = "shadow_zones"
 
string const RASTER_SHADOW_ZONE_NAME = "shadow_zones"
 
string const RASTER_SHADOW_DOWNDRIFT_ZONE_CODE = "shadow_downdrift_zones"
 
string const RASTER_SHADOW_DOWNDRIFT_ZONE_NAME = "shadow_downdrift_zones"
 
string const RASTER_DEEP_WATER_WAVE_ORIENTATION_CODE = "deep_water_wave_orientation"
 
string const RASTER_DEEP_WATER_WAVE_ORIENTATION_NAME = "deep_water_wave_orientation"
 
string const RASTER_DEEP_WATER_WAVE_HEIGHT_CODE = "deep_water_wave_height"
 
string const RASTER_DEEP_WATER_WAVE_HEIGHT_NAME = "deep_water_wave_height"
 
string const RASTER_DEEP_WATER_WAVE_PERIOD_CODE = "deep_water_wave_period"
 
string const RASTER_DEEP_WATER_WAVE_PERIOD_NAME = "deep_water_wave_period"
 
string const RASTER_POLYGON_UPDRIFT_OR_DOWNDRIFT_CODE = "polygon_updrift_or_downdrift"
 
string const RASTER_POLYGON_UPDRIFT_OR_DOWNDRIFT_NAME = "polygon_updrift_or_downdrift"
 
string const RASTER_POLYGON_GAIN_OR_LOSS_CODE = "polygon_gain_or_loss"
 
string const RASTER_POLYGON_GAIN_OR_LOSS_NAME = "polygon_gain_or_loss"
 
string const RASTER_SEDIMENT_INPUT_EVENT_CODE = "sediment_input_total"
 
string const RASTER_SEDIMENT_INPUT_EVENT_NAME = "sediment_input_total"
 
string const RASTER_SETUP_SURGE_FLOOD_MASK_CODE = "flood_setup_surge_mask"
 
string const RASTER_SETUP_SURGE_FLOOD_MASK_NAME = "flood_setup_surge_mask"
 
string const RASTER_SETUP_SURGE_RUNUP_FLOOD_MASK_CODE = "flood_setup_surge_runup_mask"
 
string const RASTER_SETUP_SURGE_RUNUP_FLOOD_MASK_NAME = "flood_setup_surge_runup_mask"
 
string const RASTER_WAVE_FLOOD_LINE_CODE = "raster_wave_flood_line_code"
 
string const RASTER_WAVE_FLOOD_LINE_NAME = "raster_wave_flood_line_code"
 
string const RASTER_PLOT_ACTIVE_ZONE_TITLE = "Active zone"
 
string const RASTER_PLOT_ACTUAL_BEACH_EROSION_TITLE = "Actual (constrained) beach erosion depth"
 
string const RASTER_PLOT_ACTUAL_PLATFORM_EROSION_TITLE = "Actual (constrained) shore platform erosion depth"
 
string const RASTER_PLOT_AVG_SEA_DEPTH_TITLE = "Average sea depth"
 
string const RASTER_PLOT_AVG_SUSPENDED_SEDIMENT_TITLE = "Average depth of suspended sediment"
 
string const RASTER_PLOT_AVG_WAVE_HEIGHT_TITLE = "Average wave height"
 
string const RASTER_PLOT_AVG_WAVE_ORIENTATION_TITLE = "Average wave orientation"
 
string const RASTER_PLOT_BASEMENT_ELEVATION_TITLE = "Basement elevation"
 
string const RASTER_PLOT_BEACH_DEPOSITION_TITLE = "Beach deposition depth"
 
string const RASTER_PLOT_BEACH_MASK_TITLE = "Beach mask"
 
string const RASTER_PLOT_BEACH_PROTECTION_TITLE = "Beach protection factor"
 
string const RASTER_PLOT_CLIFF_COLLAPSE_DEPOSIT_SAND_TITLE = "Depth of sand talus from cliff collapse"
 
string const RASTER_PLOT_CLIFF_COLLAPSE_DEPOSIT_COARSE_TITLE = "Depth of coarse talus from cliff collapse"
 
string const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_FINE_TITLE = "Cliff collapse depth of erosion, fine sediment"
 
string const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_SAND_TITLE = "Cliff collapse depth of erosion, sand sediment"
 
string const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_COARSE_TITLE = "Cliff collapse depth of erosion, coarse sediment"
 
string const RASTER_PLOT_COARSE_CONSOLIDATED_SEDIMENT_TITLE = "Consolidated coarse sediment depth"
 
string const RASTER_PLOT_COARSE_UNCONSOLIDATED_SEDIMENT_TITLE = "Unconsolidated coarse sediment depth"
 
string const RASTER_PLOT_COAST_TITLE = "Rasterized coastline"
 
string const RASTER_PLOT_DEEP_WATER_WAVE_HEIGHT_TITLE = "Deep water wave height"
 
string const RASTER_PLOT_DEEP_WATER_WAVE_ORIENTATION_TITLE = "Deep water wave orientation"
 
string const RASTER_PLOT_DEEP_WATER_WAVE_PERIOD_TITLE = "Deep water wave period"
 
string const RASTER_PLOT_FINE_CONSOLIDATED_SEDIMENT_TITLE = "Consolidated fine sediment depth"
 
string const RASTER_PLOT_FINE_UNCONSOLIDATED_SEDIMENT_TITLE = "Unconsolidated fine sediment depth"
 
string const RASTER_PLOT_INTERVENTION_CLASS_TITLE = "Intervention class"
 
string const RASTER_PLOT_INTERVENTION_HEIGHT_TITLE = "Intervention height"
 
string const RASTER_PLOT_INUNDATION_MASK_TITLE = "Inundated area mask"
 
string const RASTER_PLOT_LANDFORM_TITLE = "Landform class"
 
string const RASTER_PLOT_LOCAL_SLOPE_OF_CONSOLIDATED_SEDIMENT_TITLE = "Local slope of consolidated sediment"
 
string const RASTER_PLOT_NORMAL_TITLE = "Rasterized normals to coastline"
 
string const RASTER_PLOT_OVERALL_TOP_ELEVATION_TITLE = "Elevation of sediment top plus intervention, or sea surface"
 
string const RASTER_PLOT_POLYGON_GAIN_OR_LOSS_TITLE = "Polygon gain or loss of unconsolidated sediment"
 
string const RASTER_PLOT_POLYGON_TITLE = "Rasterized polygon boundaries"
 
string const RASTER_PLOT_POLYGON_UPDRIFT_OR_DOWNDRIFT_TITLE = "Polygon updrift or downdrift movement of unconsolidated sediment"
 
string const RASTER_PLOT_POTENTIAL_BEACH_EROSION_TITLE = "Potential (unconstrained) beach erosion depth"
 
string const RASTER_PLOT_POTENTIAL_PLATFORM_EROSION_TITLE = "Potential (unconstrained) shore platform erosion depth"
 
string const RASTER_PLOT_SAND_CONSOLIDATED_SEDIMENT_TITLE = "Consolidated sand sediment depth"
 
string const RASTER_PLOT_SAND_UNCONSOLIDATED_SEDIMENT_TITLE = "Unconsolidated sand sediment depth"
 
string const RASTER_PLOT_SEA_DEPTH_TITLE = "Sea depth"
 
string const RASTER_PLOT_SEDIMENT_TOP_ELEVATION_ELEV_TITLE = "Elevation of sediment top"
 
string const RASTER_PLOT_SHADOW_DOWNDRIFT_ZONE_TITLE = "Downdrift of wave shadow zones"
 
string const RASTER_PLOT_SHADOW_ZONE_TITLE = "Wave shadow zones"
 
string const RASTER_PLOT_SLICE_TITLE = "Slice though layers at elevation = "
 
string const RASTER_PLOT_SUSPENDED_SEDIMENT_TITLE = "Suspended sediment depth"
 
string const RASTER_PLOT_TOTAL_ACTUAL_BEACH_EROSION_TITLE = "Total actual (constrained) beach erosion depth"
 
string const RASTER_PLOT_TOTAL_ACTUAL_PLATFORM_EROSION_TITLE = "Total actual (constrained) shore platform erosion depth"
 
string const RASTER_PLOT_TOTAL_BEACH_DEPOSITION_TITLE = "Total beach deposition depth"
 
string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSIT_SAND_TITLE = "Total depth of sand talus from cliff collapse"
 
string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSIT_COARSE_TITLE = "Total depth of coarse talus from cliff collapse"
 
string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_FINE_TITLE = "Total of cliff collapse erosion depth, fine"
 
string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_SAND_TITLE = "Total of cliff collapse erosion depth, sand"
 
string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE_TITLE = "Total of cliff collapse erosion depth, coarse"
 
string const RASTER_PLOT_TOTAL_POTENTIAL_BEACH_EROSION_TITLE = "Total potential (unconstrained) beach erosion depth"
 
string const RASTER_PLOT_TOTAL_POTENTIAL_PLATFORM_EROSION_TITLE = "Total potential (unconstrained) shore platform erosion depth"
 
string const RASTER_PLOT_WAVE_HEIGHT_TITLE = "Wave height"
 
string const RASTER_PLOT_WAVE_ORIENTATION_TITLE = "Wave orientation"
 
string const RASTER_PLOT_POTENTIAL_PLATFORM_EROSION_MASK_TITLE = "Potential (unconstrained) shore platform erosion binary mask"
 
string const RASTER_PLOT_SEDIMENT_INPUT_EVENT_TITLE = "Sediment input event(s) since last GIS save"
 
string const RASTER_PLOT_SETUP_SURGE_FLOOD_MASK_TITLE = "Mask of setup-surge flood"
 
string const RASTER_PLOT_SETUP_SURGE_RUNUP_FLOOD_MASK_TITLE = "Mask of setup-surge-runup flood"
 
string const RASTER_PLOT_WAVE_FLOOD_LINE_TITLE = "Wave flood line"
 
string const VECTOR_ALL_OUTPUT_CODE = "all"
 
string const VECTOR_USUAL_OUTPUT_CODE = "usual"
 
string const VECTOR_ALL_RIVER_FLOOD_OUTPUT_CODE = "all"
 
string const VECTOR_COAST_CODE = "coast"
 
string const VECTOR_COAST_NAME = "coast"
 
string const VECTOR_NORMALS_CODE = "normals"
 
string const VECTOR_NORMALS_NAME = "normals"
 
string const VECTOR_INVALID_NORMALS_CODE = "invalid_normals"
 
string const VECTOR_INVALID_NORMALS_NAME = "invalid_normals"
 
string const VECTOR_COAST_CURVATURE_CODE = "coast_curvature"
 
string const VECTOR_COAST_CURVATURE_NAME = "coast_curvature"
 
string const VECTOR_WAVE_ANGLE_AND_HEIGHT_CODE = "wave_angle"
 
string const VECTOR_WAVE_ANGLE_AND_HEIGHT_NAME = "wave_angle"
 
string const VECTOR_AVG_WAVE_ANGLE_AND_HEIGHT_NAME = "avg_wave_angle"
 
string const VECTOR_AVG_WAVE_ANGLE_AND_HEIGHT_CODE = "avg_wave_angle"
 
string const VECTOR_WAVE_ENERGY_SINCE_COLLAPSE_CODE = "wave_energy"
 
string const VECTOR_WAVE_ENERGY_SINCE_COLLAPSE_NAME = "wave_energy"
 
string const VECTOR_MEAN_WAVE_ENERGY_CODE = "mean_wave_energy"
 
string const VECTOR_MEAN_WAVE_ENERGY_NAME = "mean_wave_energy"
 
string const VECTOR_BREAKING_WAVE_HEIGHT_CODE = "breaking_wave_height"
 
string const VECTOR_BREAKING_WAVE_HEIGHT_NAME = "breaking_wave_height"
 
string const VECTOR_POLYGON_NODE_CODE = "polygon_node"
 
string const VECTOR_POLYGON_NODE_NAME = "polygon_node"
 
string const VECTOR_POLYGON_BOUNDARY_CODE = "polygon"
 
string const VECTOR_POLYGON_BOUNDARY_NAME = "polygon"
 
string const VECTOR_CLIFF_NOTCH_SIZE_CODE = "cliff_notch"
 
string const VECTOR_CLIFF_NOTCH_SIZE_NAME = "cliff_notch"
 
string const VECTOR_SHADOW_BOUNDARY_CODE = "shadow_boundary"
 
string const VECTOR_SHADOW_BOUNDARY_NAME = "shadow_boundary"
 
string const VECTOR_DOWNDRIFT_BOUNDARY_CODE = "downdrift_boundary"
 
string const VECTOR_DOWNDRIFT_BOUNDARY_NAME = "downdrift_boundary"
 
string const VECTOR_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT_CODE = "deep_water_wave_angle"
 
string const VECTOR_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT_NAME = "deep_water_wave_angle"
 
string const VECTOR_WAVE_SETUP_CODE = "wave_setup"
 
string const VECTOR_WAVE_SETUP_NAME = "wave_setup"
 
string const VECTOR_STORM_SURGE_CODE = "storm_surge"
 
string const VECTOR_STORM_SURGE_NAME = "storm_surge"
 
string const VECTOR_RUN_UP_CODE = "run_up"
 
string const VECTOR_RUN_UP_NAME = "run_up"
 
string const VECTOR_FLOOD_LINE_CODE = "flood_line"
 
string const VECTOR_FLOOD_LINE_NAME = "flood_line"
 
string const VECTOR_FLOOD_SWL_SETUP_LINE_CODE = "setup"
 
string const VECTOR_FLOOD_SWL_SETUP_LINE_NAME = "setup"
 
string const VECTOR_FLOOD_SWL_SETUP_SURGE_LINE_CODE = "setup_surge"
 
string const VECTOR_FLOOD_SWL_SETUP_SURGE_LINE_NAME = "setup_surge"
 
string const VECTOR_FLOOD_SWL_SETUP_SURGE_RUNUP_LINE_CODE = "setup_surge_runup"
 
string const VECTOR_FLOOD_SWL_SETUP_SURGE_RUNUP_LINE_NAME = "setup_surge_runup"
 
string const VECTOR_PLOT_AVG_WAVE_ANGLE_AND_HEIGHT_TITLE = "Average wave orientation and height"
 
string const VECTOR_PLOT_BREAKING_WAVE_HEIGHT_TITLE = "Breaking wave height"
 
string const VECTOR_PLOT_CLIFF_NOTCH_SIZE_TITLE = "Cliff notch incision"
 
string const VECTOR_PLOT_COAST_CURVATURE_TITLE = "Coastline curvature"
 
string const VECTOR_PLOT_COAST_TITLE = "Coastline"
 
string const VECTOR_PLOT_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT_TITLE = "Deep water wave orientation and height"
 
string const VECTOR_PLOT_DOWNDRIFT_BOUNDARY_TITLE = "Downdrift zone boundary"
 
string const VECTOR_PLOT_INVALID_NORMALS_TITLE = "INVALID Coastline-normal profiles"
 
string const VECTOR_PLOT_MEAN_WAVE_ENERGY_TITLE = "Mean wave energy"
 
string const VECTOR_PLOT_NORMALS_TITLE = "Coastline-normal profiles"
 
string const VECTOR_PLOT_POLYGON_BOUNDARY_TITLE = "Polygons"
 
string const VECTOR_PLOT_POLYGON_NODES_TITLE = "Polygon nodes"
 
string const VECTOR_PLOT_SHADOW_BOUNDARY_TITLE = "Shadow zone boundary"
 
string const VECTOR_PLOT_WAVE_ANGLE_AND_HEIGHT_TITLE = "Wave orientation and height"
 
string const VECTOR_PLOT_WAVE_ENERGY_SINCE_COLLAPSE_TITLE = "Wave energy since collapse"
 
string const VECTOR_PLOT_WAVE_SETUP_TITLE = "Wave setup"
 
string const VECTOR_PLOT_STORM_SURGE_TITLE = "Storm surge"
 
string const VECTOR_PLOT_RUN_UP_TITLE = "Run up"
 
string const VECTOR_PLOT_FLOOD_LINE_TITLE = "Flood "
 
string const VECTOR_PLOT_FLOOD_SWL_SETUP_LINE_TITLE = "SWL-Setup line"
 
string const VECTOR_PLOT_FLOOD_SWL_SETUP_SURGE_LINE_TITLE = "SWL-Setup-Surge line"
 
string const VECTOR_PLOT_FLOOD_SWL_SETUP_SURGE_RUNUP_LINE_TITLE = "SWL-Setup-Surge-Runup line"
 
string const TIME_SERIES_SEA_AREA_NAME = "sea_area"
 
string const TIME_SERIES_SEA_AREA_CODE = "sea_area"
 
string const TIME_SERIES_STILL_WATER_LEVEL_NAME = "still_water_level"
 
string const TIME_SERIES_STILL_WATER_LEVEL_CODE = "water_level"
 
string const TIME_SERIES_PLATFORM_EROSION_NAME = "platform_erosion"
 
string const TIME_SERIES_PLATFORM_EROSION_CODE = "platform_erosion"
 
string const TIME_SERIES_CLIFF_COLLAPSE_EROSION_NAME = "cliff_collapse_erosion"
 
string const TIME_SERIES_CLIFF_COLLAPSE_EROSION_CODE = "cliff_collapse_erosion"
 
string const TIME_SERIES_CLIFF_COLLAPSE_DEPOSITION_NAME = "cliff_collapse_deposition"
 
string const TIME_SERIES_CLIFF_COLLAPSE_DEPOSITION_CODE = "cliff_collapse_deposition"
 
string const TIME_SERIES_CLIFF_COLLAPSE_NET_NAME = "cliff_collapse_net"
 
string const TIME_SERIES_CLIFF_COLLAPSE_NET_CODE = "cliff_collapse_net"
 
string const TIME_SERIES_BEACH_EROSION_NAME = "beach_erosion"
 
string const TIME_SERIES_BEACH_EROSION_CODE = "beach_erosion"
 
string const TIME_SERIES_BEACH_DEPOSITION_NAME = "beach_deposition"
 
string const TIME_SERIES_BEACH_DEPOSITION_CODE = "beach_deposition"
 
string const TIME_SERIES_BEACH_CHANGE_NET_NAME = "beach_change_net"
 
string const TIME_SERIES_BEACH_CHANGE_NET_CODE = "beach_change_net"
 
string const TIME_SERIES_SUSPENDED_SEDIMENT_NAME = "suspended_sediment"
 
string const TIME_SERIES_SUSPENDED_SEDIMENT_CODE = "suspended"
 
string const TIME_SERIES_FLOOD_SETUP_SURGE_NAME = "flood_setup_surge"
 
string const TIME_SERIES_FLOOD_SETUP_SURGE_CODE = "flood_setup_surge"
 
string const TIME_SERIES_FLOOD_SETUP_SURGE_RUNUP_NAME = "flood_setup_surge_runup"
 
string const TIME_SERIES_FLOOD_SETUP_SURGE_RUNUP_CODE = "flood_setup_surge_runup"
 
string const WAVE_ENERGY_FLUX = "wave_energy_flux"
 
string const WAVE_HEIGHT_X_FILENAME = "wave_height_x.csv"
 
string const WAVE_HEIGHT_Y_FILENAME = "wave_height_y.csv"
 
string const ACTIVE_ZONE_FILENAME = "activezone.csv"
 

Detailed Description

This file contains global definitions for CoastalME.

Definition in file cme.h.

Function Documentation

◆ bFPIsEqual()

template<class T>
bool bFPIsEqual ( const T d1,
const T d2,
const T dEpsilon )

Definition at line 1176 of file cme.h.

Referenced by CGeomCell::bBasementElevIsMissingValue(), CSimulation::bCheckForIntersection(), CSimulation::bReadRunDataFile(), CSimulation::bWriteRasterGISFile(), CSimulation::bWriteVectorGISFile(), CSimulation::CalcCoastTangents(), CSimulation::CalcD50AndFillWaveCalcHoles(), CSimulation::CalcTime(), CSimulation::dCalcBeachProtectionFactor(), CSimulation::dCalcCurvature(), CSimulation::DoActualPlatformErosionOnCell(), CSimulation::DoAllPotentialBeachErosion(), CSimulation::DoCoastCurvature(), CSimulation::DoEndOfTimestepTotals(), CSimulation::FillInBeachProtectionHoles(), CSimulation::FillPotentialPlatformErosionHoles(), CSimulation::FindAllSeaCells(), CSimulation::FloodFillSea(), CSimulation::GetRasterOutputMinMax(), CSimulation::InterpolateWaveHeightToCoastPoints(), CSimulation::InterpolateWavePropertiesBetweenProfiles(), LULinearSolve(), CSimulation::ModifyBreakingWavePropertiesWithinShadowZoneToCoastline(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nCalcPotentialPlatformErosionOnProfile(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nDoAllPropagateWaves(), CSimulation::nDoAllShadowZones(), CSimulation::nDoAllWaveEnergyToCoastLandforms(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoSimulation(), CSimulation::nDoUnconsDepositionOnPolygon(), CSimulation::nDoUnconsErosionOnPolygon(), CSimulation::nGetCoastNormalEndPoint(), CSimulation::nGetThisProfileElevationsForCShore(), CSimulation::nInterpolateAllDeepWaterWaveValues(), CSimulation::nInterpolateWavesToPolygonCells(), CSimulation::nReadRasterBasementDEM(), CSimulation::nReadRasterGISFile(), CSimulation::nReadWaveStationInputFile(), CSimulation::nWriteEndRunDetails(), CGeom2DPoint::operator!=(), CGeom2DPoint::operator!=(), CGeom2DPoint::operator==(), CGeom2DPoint::operator==(), CSimulation::ProcessDownDriftCell(), CSimulation::PtGetPerpendicular(), CSimulation::PtiGetPerpendicular(), CSimulation::PtiGetPerpendicular(), strDblRight(), strRightPerCent(), VdInterpolateCShoreProfileOutput(), CSimulation::WritePolygonActualMovement(), and CSimulation::WriteStartRunDetails().

◆ bIsBetween()

template<class T>
bool bIsBetween ( T a,
T b,
T c )

Definition at line 1155 of file cme.h.

◆ strDblToStr()

template<typename T>
string strDblToStr ( const T & t)

Definition at line 1162 of file cme.h.

Referenced by CSimulation::nCreateAllProfiles().

◆ tAbs()

◆ tMax() [1/2]

◆ tMax() [2/2]

template<class T>
T tMax ( T a,
T b,
T c )

Definition at line 1129 of file cme.h.

◆ tMin() [1/2]

◆ tMin() [2/2]

template<class T>
T tMin ( T a,
T b,
T c )

Definition at line 1142 of file cme.h.

Variable Documentation

◆ ABOUT

string const ABOUT = "simulates the long-term behaviour of a coast. This initial version considers only simple soft cliff cross-shore effects"

Definition at line 722 of file cme.h.

Referenced by CSimulation::nHandleCommandLineParams().

◆ ACCEPT_SHORT_PROFILES

bool const ACCEPT_SHORT_PROFILES = true

Definition at line 345 of file cme.h.

Referenced by CSimulation::CreateRasterizedProfile(), and CSimulation::MarkProfilesOnGrid().

◆ ACTIVE_ZONE_FILENAME

string const ACTIVE_ZONE_FILENAME = "activezone.csv"

Definition at line 1119 of file cme.h.

◆ ADD_LAYERS

string const ADD_LAYERS = " - Adding sediment layers to raster grid"

Definition at line 756 of file cme.h.

Referenced by CSimulation::AnnounceAddLayers().

◆ ALLOCATE_MEMORY

string const ALLOCATE_MEMORY = " - Allocating memory for raster grid"

Definition at line 755 of file cme.h.

Referenced by CSimulation::AnnounceAllocateMemory().

◆ BEACH_PROTECTION_HB_RATIO

double const BEACH_PROTECTION_HB_RATIO = 0.23

Definition at line 686 of file cme.h.

Referenced by CSimulation::dCalcBeachProtectionFactor().

◆ BUF_SIZE

int const BUF_SIZE = 2048

Definition at line 351 of file cme.h.

Referenced by CSimulation::bFindExeDir(), and CSimulation::strGetComputerName().

◆ CAPE_POINT_MIN_SPACING

int const CAPE_POINT_MIN_SPACING = 10

Definition at line 352 of file cme.h.

◆ CLIFF_COLLAPSE_HEIGHT_INCREMENT

double const CLIFF_COLLAPSE_HEIGHT_INCREMENT = 0.1

Definition at line 705 of file cme.h.

Referenced by CSimulation::nDoCliffCollapseDeposition().

◆ CLIFF_COLLAPSE_LENGTH_INCREMENT

int const CLIFF_COLLAPSE_LENGTH_INCREMENT = 10

Definition at line 672 of file cme.h.

Referenced by CSimulation::nDoCliffCollapseDeposition().

◆ CLOCK_CHECK_ITERATION

int const CLOCK_CHECK_ITERATION = 5000

Definition at line 353 of file cme.h.

Referenced by CSimulation::bTimeToQuit().

◆ CME_INI

string const CME_INI = "cme.ini"

Definition at line 711 of file cme.h.

Referenced by CSimulation::bReadIniFile().

◆ COARSE_CONS_RASTER

int const COARSE_CONS_RASTER = 3

Definition at line 455 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().

◆ COARSE_UNCONS_RASTER

int const COARSE_UNCONS_RASTER = 6

Definition at line 458 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().

◆ COAST_LENGTH_MAX

int const COAST_LENGTH_MAX = 10

Definition at line 354 of file cme.h.

Referenced by CSimulation::nDoSimulation().

◆ COAST_LENGTH_MIN_X_PROF_SPACE

int const COAST_LENGTH_MIN_X_PROF_SPACE = 20

Definition at line 355 of file cme.h.

◆ COLON

char const COLON = ':'

Alias for strcasecmp() Alias for strncasecmp() Alias for strncasecmp() == 0 Alias for strcasecmp() == 0

Definition at line 334 of file cme.h.

Referenced by CSimulation::bReadIniFile(), CSimulation::bReadRunDataFile(), CSimulation::nReadWaveStationInputFile(), and CSimulation::WriteStartRunDetails().

◆ COMMA

char const COMMA = ','

◆ COPYRIGHT

string const COPYRIGHT = "(C) 2025 Andres Payo and David Favis-Mortlock"

Definition at line 713 of file cme.h.

Referenced by CSimulation::AnnounceLicence().

◆ CREATE_SHADOW_ZONE_IF_HITS_GRID_EDGE

bool const CREATE_SHADOW_ZONE_IF_HITS_GRID_EDGE = true

Definition at line 346 of file cme.h.

Referenced by CSimulation::nDoAllShadowZones().

◆ CSHORE_DIR

string const CSHORE_DIR = "cshore/"

Definition at line 772 of file cme.h.

Referenced by CSimulation::nCalcWavePropertiesOnProfile().

◆ CSHORE_FRICTION_FACTOR

double const CSHORE_FRICTION_FACTOR = 0.015

Definition at line 695 of file cme.h.

Referenced by CSimulation::nGetThisProfileElevationsForCShore().

◆ CSHORE_INFILE

string const CSHORE_INFILE = "infile"

Definition at line 773 of file cme.h.

◆ CSHORE_SURGE_LEVEL

double const CSHORE_SURGE_LEVEL = 0.0

Definition at line 696 of file cme.h.

Referenced by CSimulation::nCalcWavePropertiesOnProfile().

◆ CSHOREARRAYOUTSIZE

int const CSHOREARRAYOUTSIZE = 1000

The size of the arrays output by CShore. If you change this, then you must also set the same value on line 12 of cshore_wrapper.f03 (integer, parameter :: NN = 1000, NL = 1) and recompile CShore. Eventually we should move to dynamically allocated arrays TODO 070.

Definition at line 358 of file cme.h.

Referenced by CSimulation::nCalcWavePropertiesOnProfile(), and CSimulation::WriteStartRunDetails().

◆ CSVEXT

string const CSVEXT = ".csv"

Definition at line 805 of file cme.h.

Referenced by CSimulation::bSetUpTSFiles().

◆ D50_COARSE_DEFAULT

double const D50_COARSE_DEFAULT = 19.0

Definition at line 684 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ D50_FINE_DEFAULT

double const D50_FINE_DEFAULT = 0.0625

Definition at line 682 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ D50_SAND_DEFAULT

double const D50_SAND_DEFAULT = 0.42

Definition at line 683 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ DASH

char const DASH = '-'

Definition at line 336 of file cme.h.

Referenced by CSimulation::bParseTime().

◆ DBL_NODATA

◆ DEAN_POWER

◆ DEEP_WATER_WAVE_STATION_ID

string const DEEP_WATER_WAVE_STATION_ID = "id"

Definition at line 807 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ DEEP_WATER_WAVE_STATIONS_MAX_LAYER

int const DEEP_WATER_WAVE_STATIONS_MAX_LAYER = 1

Definition at line 479 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ DEEP_WATER_WAVE_STATIONS_POINT_GEOMETRY

int const DEEP_WATER_WAVE_STATIONS_POINT_GEOMETRY = VEC_GEOMETRY_POINT

Definition at line 480 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ DEEP_WATER_WAVE_STATIONS_VEC

int const DEEP_WATER_WAVE_STATIONS_VEC = 1

Definition at line 478 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadVectorGISFile().

◆ DEPTH_OVER_DB_INCREMENT

double const DEPTH_OVER_DB_INCREMENT = 0.001

◆ DIRECTION_DOWNCOAST

◆ DIRECTION_UPCOAST

◆ DISCLAIMER1

string const DISCLAIMER1 = "This program is distributed in the hope that it will be useful, but WITHOUT ANY"

Definition at line 715 of file cme.h.

Referenced by CSimulation::AnnounceLicence().

◆ DISCLAIMER2

string const DISCLAIMER2 = "WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A"

Definition at line 716 of file cme.h.

Referenced by CSimulation::AnnounceLicence().

◆ DISCLAIMER3

string const DISCLAIMER3 = "PARTICULAR PURPOSE. See the GNU General Public License for more details. You"

Definition at line 717 of file cme.h.

Referenced by CSimulation::AnnounceLicence().

◆ DISCLAIMER4

string const DISCLAIMER4 = "should have received a copy of the GNU General Public License along with this"

Definition at line 718 of file cme.h.

Referenced by CSimulation::AnnounceLicence().

◆ DISCLAIMER5

string const DISCLAIMER5 = "program; if not, contact the Free Software Foundation, Inc., 675 Mass Ave,"

Definition at line 719 of file cme.h.

Referenced by CSimulation::AnnounceLicence().

◆ DISCLAIMER6

string const DISCLAIMER6 = "Cambridge, MA 02139, USA."

Definition at line 720 of file cme.h.

Referenced by CSimulation::AnnounceLicence().

◆ EAST

◆ ELEV_ABOVE_SEDIMENT_TOP

int const ELEV_ABOVE_SEDIMENT_TOP = -2

◆ ELEV_IN_BASEMENT

int const ELEV_IN_BASEMENT = -1

Definition at line 650 of file cme.h.

Referenced by CSimulation::nAssignLandformsForAllCoasts(), and CGeomCell::nGetLayerAtElev().

◆ EMAIL_ERROR

string const EMAIL_ERROR = "Could not send email"

Definition at line 766 of file cme.h.

Referenced by CSimulation::DoSimulationEnd().

◆ ENDHYDROLOGYHEAD

string const ENDHYDROLOGYHEAD
Initial value:
=
"END OF SIMULATION: HYDROLOGY =================================================================================================================================================================="

Definition at line 796 of file cme.h.

Referenced by CSimulation::nWriteEndRunDetails().

◆ ENDSEDIMENTHEAD

string const ENDSEDIMENTHEAD
Initial value:
=
"END OF SIMULATION: SEDIMENT MOVEMENT =========================================================================================================================================================="

Definition at line 798 of file cme.h.

Referenced by CSimulation::nWriteEndRunDetails().

◆ EROSION_POTENTIAL_LOOKUP_FILE

string const EROSION_POTENTIAL_LOOKUP_FILE = "ErosionPotential.csv"

Definition at line 770 of file cme.h.

Referenced by CSimulation::WriteLookUpData(), and CSimulation::WriteStartRunDetails().

◆ ERR

◆ ERROR_NOTICE

string const ERROR_NOTICE = " with error code "

Definition at line 765 of file cme.h.

Referenced by CSimulation::DoSimulationEnd().

◆ FINAL_OUTPUT

string const FINAL_OUTPUT = "- Writing final output"

Definition at line 760 of file cme.h.

Referenced by CSimulation::AnnounceSimEnd().

◆ FINE_CONS_RASTER

int const FINE_CONS_RASTER = 1

Definition at line 453 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().

◆ FINE_UNCONS_RASTER

int const FINE_UNCONS_RASTER = 4

Definition at line 456 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().

◆ FLOOD_FILL_START_OFFSET

int const FLOOD_FILL_START_OFFSET = 2

Definition at line 360 of file cme.h.

◆ FLOOD_LOCATION_ID

string const FLOOD_LOCATION_ID = "id"

Definition at line 812 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ FLOOD_LOCATION_MAX_LAYER

int const FLOOD_LOCATION_MAX_LAYER = 1

Definition at line 487 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ FLOOD_LOCATION_POINT_GEOMETRY

int const FLOOD_LOCATION_POINT_GEOMETRY = VEC_GEOMETRY_POINT

Definition at line 484 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ FLOOD_LOCATION_VEC

int const FLOOD_LOCATION_VEC = 3

Definition at line 486 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadVectorGISFile().

◆ GDAL_DRIVERS

string const GDAL_DRIVERS = "GDAL drivers"

Definition at line 724 of file cme.h.

Referenced by CSimulation::nHandleCommandLineParams().

◆ GRID_EDGE_CLOSED

◆ GRID_EDGE_OPEN

◆ GRID_EDGE_RECIRCULATE

◆ GRID_MARGIN

int const GRID_MARGIN = 10

Definition at line 361 of file cme.h.

◆ INITIALIZING

string const INITIALIZING = " - Initializing"

Definition at line 757 of file cme.h.

Referenced by CSimulation::AnnounceInitializing().

◆ INITIALIZING_NOTICE

string const INITIALIZING_NOTICE = "- Initializing"

Definition at line 734 of file cme.h.

Referenced by CSimulation::AnnounceLicence().

◆ INT_NODATA

int const INT_NODATA = -9999

Definition at line 362 of file cme.h.

Referenced by CGeomCell::bIsProfile(), bPolygonAndAdjCompare(), CSimulation::bWriteRasterGISFile(), CSimulation::bWriteVectorGISFile(), CSimulation::CalcD50AndFillWaveCalcHoles(), CGeomCell::CGeomCell(), CSimulation::CreateRasterizedProfile(), CRWCoast::CRWCoast(), CSimulation::CSimulation(), CSimulation::dCalcBeachProtectionFactor(), CSimulation::DoActualPlatformErosionOnCell(), CSimulation::DoEndOfTimestepTotals(), CSimulation::GetRasterOutputMinMax(), CGeomCell::InitCell(), CSimulation::MarkPolygonCells(), CSimulation::ModifyBreakingWavePropertiesWithinShadowZoneToCoastline(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nCalcPotentialPlatformErosionOnProfile(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nDoAllActualBeachErosionAndDeposition(), CSimulation::nDoAllPropagateWaves(), CSimulation::nDoAllShadowZones(), CSimulation::nDoCliffCollapse(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoParallelProfileUnconsErosion(), CSimulation::nDoPolygonSharedBoundaries(), CSimulation::nDoSedimentInputEvent(), CSimulation::nDoUnconsDepositionOnPolygon(), CSimulation::nDoUnconsErosionOnPolygon(), CGeomProfile::nGetCellGivenDepth(), CRWCoast::nGetCoastPointGivenCell(), CGeomCell::nGetInterventionClass(), CSimulation::nGetThisProfileElevationsForCShore(), CGeomCell::nGetTopLayerAboveBasement(), CGeomCell::nGetTopNonZeroLayerAboveBasement(), CSimulation::nInterpolateWavesToPolygonCells(), CSimulation::nLandformToGrid(), CSimulation::nLocateAndCreateGridEdgeProfile(), CRWCoast::SetCoastlineExtCRS(), CSimulation::WritePolygonSortedSequence(), and CSimulation::WritePolygonUnsortedSequence().

◆ INTERVENTION_CLASS_RASTER

int const INTERVENTION_CLASS_RASTER = 9

Definition at line 461 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().

◆ INTERVENTION_HEIGHT_RASTER

int const INTERVENTION_HEIGHT_RASTER = 10

Definition at line 462 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().

◆ INVERSE_DEPTH_OVER_DB_INCREMENT

double const INVERSE_DEPTH_OVER_DB_INCREMENT = 1000

Definition at line 691 of file cme.h.

◆ IO_INTERVENTION_NON_STRUCT

int const IO_INTERVENTION_NON_STRUCT = 2

Definition at line 415 of file cme.h.

Referenced by CGeomCell::nGetInterventionClass(), and CGeomCell::SetInterventionClass().

◆ IO_INTERVENTION_NONE

int const IO_INTERVENTION_NONE = 0

Definition at line 413 of file cme.h.

◆ IO_INTERVENTION_STRUCT

int const IO_INTERVENTION_STRUCT = 1

Definition at line 414 of file cme.h.

Referenced by CGeomCell::nGetInterventionClass(), and CGeomCell::SetInterventionClass().

◆ LANDFORM_RASTER

int const LANDFORM_RASTER = 8

Definition at line 460 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().

◆ LEFT_HANDED

◆ LF_CAT_CLIFF

◆ LF_CAT_DRIFT

◆ LF_CAT_HINTERLAND

int const LF_CAT_HINTERLAND = 1

Definition at line 421 of file cme.h.

Referenced by CSimulation::nAssignLandformsForAllCells().

◆ LF_CAT_INTERVENTION

◆ LF_CAT_ISLAND

int const LF_CAT_ISLAND = 14

Definition at line 423 of file cme.h.

Referenced by CSimulation::nAssignLandformsForAllCells().

◆ LF_CAT_SEA

int const LF_CAT_SEA = 2

Definition at line 422 of file cme.h.

Referenced by CSimulation::FloodFillSea(), and CSimulation::nAssignLandformsForAllCells().

◆ LF_CAT_SEDIMENT_INPUT

◆ LF_CAT_SEDIMENT_INPUT_NOT_SUBMERGED

◆ LF_CAT_SEDIMENT_INPUT_SUBMERGED

◆ LF_NONE

◆ LF_SUBCAT_CLIFF_INLAND

int const LF_SUBCAT_CLIFF_INLAND = 7

◆ LF_SUBCAT_CLIFF_ON_COASTLINE

int const LF_SUBCAT_CLIFF_ON_COASTLINE = 6

◆ LF_SUBCAT_DRIFT_BEACH

◆ LF_SUBCAT_DRIFT_DUNES

int const LF_SUBCAT_DRIFT_DUNES = 11

Definition at line 442 of file cme.h.

◆ LF_SUBCAT_DRIFT_MIXED

int const LF_SUBCAT_DRIFT_MIXED = 8

◆ LF_SUBCAT_DRIFT_TALUS

int const LF_SUBCAT_DRIFT_TALUS = 9

◆ LF_SUBCAT_INTERVENTION_NON_STRUCT

int const LF_SUBCAT_INTERVENTION_NON_STRUCT = 13

Definition at line 446 of file cme.h.

Referenced by CGeomCell::nGetInterventionClass(), and CGeomCell::SetInterventionClass().

◆ LF_SUBCAT_INTERVENTION_STRUCT

int const LF_SUBCAT_INTERVENTION_STRUCT = 12

Definition at line 445 of file cme.h.

Referenced by CGeomCell::nGetInterventionClass(), and CGeomCell::SetInterventionClass().

◆ LF_SUBCAT_SEDIMENT_INPUT_CONSOLIDATED

int const LF_SUBCAT_SEDIMENT_INPUT_CONSOLIDATED = 19

Definition at line 450 of file cme.h.

◆ LF_SUBCAT_SEDIMENT_INPUT_UNCONSOLIDATED

int const LF_SUBCAT_SEDIMENT_INPUT_UNCONSOLIDATED = 18

Definition at line 449 of file cme.h.

Referenced by CSimulation::nDoSedimentInputEvent().

◆ LINE

string const LINE = "-------------------------------------------------------------------------------"

Definition at line 714 of file cme.h.

Referenced by CSimulation::AnnounceLicence().

◆ LOG_FILE_ALL

◆ LOG_FILE_HIGH_DETAIL

◆ LOG_FILE_LOW_DETAIL

int const LOG_FILE_LOW_DETAIL = 1

Definition at line 376 of file cme.h.

Referenced by CSimulation::WriteStartRunDetails().

◆ LOG_FILE_MIDDLE_DETAIL

◆ LOGEXT

string const LOGEXT = ".log"

Definition at line 804 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ MASK

unsigned long const MASK = 0xfffffffful

Definition at line 677 of file cme.h.

◆ MASS_BALANCE_ERROR

string const MASS_BALANCE_ERROR = "MASS BALANCE ERROR"

Definition at line 779 of file cme.h.

Referenced by CSimulation::DoEndOfTimestepTotals(), and CSimulation::nWriteEndRunDetails().

◆ MASS_BALANCE_TOLERANCE

◆ MAX_CLIFF_TALUS_LENGTH

int const MAX_CLIFF_TALUS_LENGTH = 100

Definition at line 363 of file cme.h.

Referenced by CSimulation::nDoCliffCollapseDeposition().

◆ MAX_LAND_LENGTH_OF_SHADOW_ZONE_LINE

double const MAX_LAND_LENGTH_OF_SHADOW_ZONE_LINE = 5

Definition at line 704 of file cme.h.

Referenced by CSimulation::nDoAllShadowZones().

◆ MAX_LEN_SHADOW_LINE_TO_IGNORE

int const MAX_LEN_SHADOW_LINE_TO_IGNORE = 200

Definition at line 364 of file cme.h.

Referenced by CSimulation::nDoAllShadowZones().

◆ MAX_NUM_PREV_ORIENTATION_VALUES

int const MAX_NUM_PREV_ORIENTATION_VALUES = 10

Definition at line 365 of file cme.h.

Referenced by CSimulation::nDoAllShadowZones().

◆ MAX_NUM_SHADOW_ZONES

int const MAX_NUM_SHADOW_ZONES = 10

Definition at line 366 of file cme.h.

◆ MAX_SEAWARD_OFFSET_FOR_CLIFF_TALUS

int const MAX_SEAWARD_OFFSET_FOR_CLIFF_TALUS = 20

Definition at line 367 of file cme.h.

Referenced by CSimulation::nDoCliffCollapseDeposition().

◆ MIN_INLAND_OFFSET_FOR_BEACH_EROSION_ESTIMATION

int const MIN_INLAND_OFFSET_FOR_BEACH_EROSION_ESTIMATION = 5

Definition at line 368 of file cme.h.

Referenced by CSimulation::nDoUnconsErosionOnPolygon().

◆ MIN_LENGTH_OF_SHADOW_ZONE_LINE

double const MIN_LENGTH_OF_SHADOW_ZONE_LINE = 10

Definition at line 703 of file cme.h.

Referenced by CSimulation::nDoAllShadowZones().

◆ MIN_PARALLEL_PROFILE_SIZE

int const MIN_PARALLEL_PROFILE_SIZE = 3

Definition at line 369 of file cme.h.

Referenced by CSimulation::nDoUnconsErosionOnPolygon().

◆ MIN_PROFILE_SIZE

int const MIN_PROFILE_SIZE = 3

Definition at line 370 of file cme.h.

◆ MIN_PROFILE_SPACING

int const MIN_PROFILE_SPACING = 15

Definition at line 371 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::nDoSimulation().

◆ NO_DIRECTION

int const NO_DIRECTION = 0

◆ NO_LOG_FILE

int const NO_LOG_FILE = 0

Definition at line 375 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::WriteStartRunDetails().

◆ NO_NONZERO_THICKNESS_LAYERS

◆ NORTH

◆ NORTH_EAST

int const NORTH_EAST = 2

◆ NORTH_WEST

int const NORTH_WEST = 8

◆ NOTE

◆ NULL_HANDED

int const NULL_HANDED = -1

Definition at line 396 of file cme.h.

Referenced by CRWCoast::CRWCoast().

◆ OUTEXT

string const OUTEXT = ".out"

Definition at line 803 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ PATH_SEPARATOR

char const PATH_SEPARATOR = '/'

◆ PER_ITER_HEAD

string const PER_ITER_HEAD
Initial value:
=
"PER-ITERATION RESULTS ========================================================================================================================================================================="

Definition at line 794 of file cme.h.

Referenced by CSimulation::WriteStartRunDetails().

◆ PER_ITER_HEAD1

string const PER_ITER_HEAD1
Initial value:
=
"<-----ELAPSED----><-SEA-><----POTENTIAL---><----------ACTUAL-----------><----POTENTIAL----><------------ACTUAL------------><-----------ACTUAL-----------><-SEDIMENT-><--CLIFF COLLAPSE--><SUSP>"

Definition at line 781 of file cme.h.

Referenced by CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().

◆ PER_ITER_HEAD2

string const PER_ITER_HEAD2
Initial value:
=
" TIME DEPTH PLATFORM EROSION PLATFORM EROSION BEACH EROSION BEACH EROSION BEACH DEPOSITION INPUT EVENT EROSION DEPOSITION SED"

Definition at line 784 of file cme.h.

Referenced by CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().

◆ PER_ITER_HEAD3

string const PER_ITER_HEAD3
Initial value:
=
"Time Hours Years Avg % Sea All Erod % Sea All Erod <-sea avg-> % Sea All Erod % Sea All Erodng <-sea avg-> % Sea All Deposit <-sea-> <-coast avg><--sea->"

Definition at line 787 of file cme.h.

Referenced by CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().

◆ PER_ITER_HEAD4

string const PER_ITER_HEAD4
Initial value:
=
"Step Area Sea Area Area Sea Area F S C Area Sea Area Area Sea Area F S C Area Sea Area S C F S C F S C S C F"

Definition at line 789 of file cme.h.

Referenced by CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().

◆ PER_ITER_HEAD5

string const PER_ITER_HEAD5
Initial value:
=
" Avg Avg Avg Avg Avg Avg Avg Avg Avg"

Definition at line 791 of file cme.h.

Referenced by CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().

◆ PERFORMHEAD

string const PERFORMHEAD
Initial value:
=
"END OF SIMULATION: PERFORMANCE ================================================================================================================================================================"

Definition at line 800 of file cme.h.

Referenced by CSimulation::nWriteEndRunDetails().

◆ PI

◆ PRESS_KEY

string const PRESS_KEY = "Press any key to continue..."

Definition at line 763 of file cme.h.

◆ PROFILE_CHECK_ALONG_COAST_MULTIPLIER

int const PROFILE_CHECK_ALONG_COAST_MULTIPLIER = 500

Definition at line 674 of file cme.h.

Referenced by CSimulation::CheckForIntersectingProfiles().

◆ PROFILE_CHECK_DIST_FROM_COAST

int const PROFILE_CHECK_DIST_FROM_COAST = 3

Definition at line 675 of file cme.h.

Referenced by CSimulation::CreateRasterizedProfile().

◆ PROGRAM_NAME

string const PROGRAM_NAME = "Coastal Modelling Environment (CoastalME) version 1.3.4 (11 Mar 2025)"

◆ PROGRAM_NAME_SHORT

string const PROGRAM_NAME_SHORT = "CME"

Definition at line 710 of file cme.h.

◆ QUOTE1

◆ QUOTE2

◆ RASTER_ACTIVE_ZONE_CODE

string const RASTER_ACTIVE_ZONE_CODE = "active_zone"

Definition at line 893 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_ACTIVE_ZONE_NAME

string const RASTER_ACTIVE_ZONE_NAME = "active_zone"

Definition at line 894 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_ACTUAL_BEACH_EROSION_CODE

string const RASTER_ACTUAL_BEACH_EROSION_CODE = "actual_beach_erosion"

Definition at line 857 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_ACTUAL_BEACH_EROSION_NAME

string const RASTER_ACTUAL_BEACH_EROSION_NAME = "actual_beach_erosion"

Definition at line 858 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_ACTUAL_PLATFORM_EROSION_CODE

string const RASTER_ACTUAL_PLATFORM_EROSION_CODE = "actual_platform_erosion"

Definition at line 849 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_ACTUAL_PLATFORM_EROSION_NAME

string const RASTER_ACTUAL_PLATFORM_EROSION_NAME = "actual_platform_erosion"

Definition at line 850 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_ALL_OUTPUT_CODE

string const RASTER_ALL_OUTPUT_CODE = "all"

Definition at line 816 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_AVG_SEA_DEPTH_CODE

string const RASTER_AVG_SEA_DEPTH_CODE = "avg_sea_depth"

Definition at line 827 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_AVG_SEA_DEPTH_NAME

string const RASTER_AVG_SEA_DEPTH_NAME = "avg_sea_depth"

Definition at line 828 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_AVG_SUSP_SED_CODE

string const RASTER_AVG_SUSP_SED_CODE = "avg_susp_sed"

Definition at line 875 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_AVG_SUSP_SED_NAME

string const RASTER_AVG_SUSP_SED_NAME = "avg_susp_sed"

Definition at line 876 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_AVG_WAVE_HEIGHT_CODE

string const RASTER_AVG_WAVE_HEIGHT_CODE = "avg_wave_height"

Definition at line 833 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_AVG_WAVE_HEIGHT_NAME

string const RASTER_AVG_WAVE_HEIGHT_NAME = "avg_wave_height"

Definition at line 834 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_AVG_WAVE_ORIENTATION_CODE

string const RASTER_AVG_WAVE_ORIENTATION_CODE = "avg_wave_orientation"

Definition at line 839 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_AVG_WAVE_ORIENTATION_NAME

string const RASTER_AVG_WAVE_ORIENTATION_NAME = "avg_wave_orientation"

Definition at line 840 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_BASEMENT_ELEVATION_CODE

string const RASTER_BASEMENT_ELEVATION_CODE = "basement_elevation"

Definition at line 821 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_BASEMENT_ELEVATION_NAME

string const RASTER_BASEMENT_ELEVATION_NAME = "basement_elevation"

Definition at line 822 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_BEACH_DEPOSITION_CODE

string const RASTER_BEACH_DEPOSITION_CODE = "beach_deposition"

Definition at line 863 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_BEACH_DEPOSITION_NAME

string const RASTER_BEACH_DEPOSITION_NAME = "beach_deposition"

Definition at line 864 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_BEACH_MASK_CODE

string const RASTER_BEACH_MASK_CODE = "beach_mask"

Definition at line 841 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_BEACH_MASK_NAME

string const RASTER_BEACH_MASK_NAME = "beach_mask"

Definition at line 842 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_BEACH_PROTECTION_CODE

string const RASTER_BEACH_PROTECTION_CODE = "beach_protection"

Definition at line 843 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_BEACH_PROTECTION_NAME

string const RASTER_BEACH_PROTECTION_NAME = "beach_protection"

Definition at line 844 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_CLIFF_COLLAPSE_DEPOSITION_COARSE_CODE

string const RASTER_CLIFF_COLLAPSE_DEPOSITION_COARSE_CODE = "cliff_collapse_talus_deposition_coarse"

Definition at line 909 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_CLIFF_COLLAPSE_DEPOSITION_COARSE_NAME

string const RASTER_CLIFF_COLLAPSE_DEPOSITION_COARSE_NAME = "cliff_collapse_talus_deposition_coarse"

Definition at line 910 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_CLIFF_COLLAPSE_DEPOSITION_SAND_CODE

string const RASTER_CLIFF_COLLAPSE_DEPOSITION_SAND_CODE = "cliff_collapse_talus_deposition_sand"

Definition at line 907 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_CLIFF_COLLAPSE_DEPOSITION_SAND_NAME

string const RASTER_CLIFF_COLLAPSE_DEPOSITION_SAND_NAME = "cliff_collapse_talus_deposition_sand"

Definition at line 908 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_CLIFF_COLLAPSE_EROSION_COARSE_CODE

string const RASTER_CLIFF_COLLAPSE_EROSION_COARSE_CODE = "cliff_collapse_erosion_coarse"

Definition at line 899 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_CLIFF_COLLAPSE_EROSION_COARSE_NAME

string const RASTER_CLIFF_COLLAPSE_EROSION_COARSE_NAME = "cliff_collapse_erosion_coarse"

Definition at line 900 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_CLIFF_COLLAPSE_EROSION_FINE_CODE

string const RASTER_CLIFF_COLLAPSE_EROSION_FINE_CODE = "cliff_collapse_erosion_fine"

Definition at line 895 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_CLIFF_COLLAPSE_EROSION_FINE_NAME

string const RASTER_CLIFF_COLLAPSE_EROSION_FINE_NAME = "cliff_collapse_erosion_fine"

Definition at line 896 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_CLIFF_COLLAPSE_EROSION_SAND_CODE

string const RASTER_CLIFF_COLLAPSE_EROSION_SAND_CODE = "cliff_collapse_erosion_sand"

Definition at line 897 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_CLIFF_COLLAPSE_EROSION_SAND_NAME

string const RASTER_CLIFF_COLLAPSE_EROSION_SAND_NAME = "cliff_collapse_erosion_sand"

Definition at line 898 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_COARSE_CONS_CODE

string const RASTER_COARSE_CONS_CODE = "cons_sed_coarse"

Definition at line 887 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_COARSE_CONS_NAME

string const RASTER_COARSE_CONS_NAME = "cons_sed_coarse"

Definition at line 888 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_COARSE_UNCONS_CODE

string const RASTER_COARSE_UNCONS_CODE = "uncons_sed_coarse"

Definition at line 881 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_COARSE_UNCONS_NAME

string const RASTER_COARSE_UNCONS_NAME = "uncons_sed_coarse"

Definition at line 882 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_COAST_CODE

string const RASTER_COAST_CODE = "rcoast"

Definition at line 889 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_COAST_NAME

string const RASTER_COAST_NAME = "rcoast"

Definition at line 890 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_COAST_NORMAL_CODE

string const RASTER_COAST_NORMAL_CODE = "rcoast_normal"

Definition at line 891 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_COAST_NORMAL_NAME

string const RASTER_COAST_NORMAL_NAME = "rcoast_normal"

Definition at line 892 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_DEEP_WATER_WAVE_HEIGHT_CODE

string const RASTER_DEEP_WATER_WAVE_HEIGHT_CODE = "deep_water_wave_height"

Definition at line 925 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_DEEP_WATER_WAVE_HEIGHT_NAME

string const RASTER_DEEP_WATER_WAVE_HEIGHT_NAME = "deep_water_wave_height"

Definition at line 926 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_DEEP_WATER_WAVE_ORIENTATION_CODE

string const RASTER_DEEP_WATER_WAVE_ORIENTATION_CODE = "deep_water_wave_orientation"

Definition at line 923 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_DEEP_WATER_WAVE_ORIENTATION_NAME

string const RASTER_DEEP_WATER_WAVE_ORIENTATION_NAME = "deep_water_wave_orientation"

Definition at line 924 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_DEEP_WATER_WAVE_PERIOD_CODE

string const RASTER_DEEP_WATER_WAVE_PERIOD_CODE = "deep_water_wave_period"

Definition at line 927 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_DEEP_WATER_WAVE_PERIOD_NAME

string const RASTER_DEEP_WATER_WAVE_PERIOD_NAME = "deep_water_wave_period"

Definition at line 928 of file cme.h.

◆ RASTER_FINE_CONS_CODE

string const RASTER_FINE_CONS_CODE = "cons_sed_fine"

Definition at line 883 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_FINE_CONS_NAME

string const RASTER_FINE_CONS_NAME = "cons_sed_fine"

Definition at line 884 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_FINE_UNCONS_CODE

string const RASTER_FINE_UNCONS_CODE = "uncons_sed_fine"

Definition at line 877 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_FINE_UNCONS_NAME

string const RASTER_FINE_UNCONS_NAME = "uncons_sed_fine"

Definition at line 878 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_INTERVENTION_CLASS_CODE

string const RASTER_INTERVENTION_CLASS_CODE = "intervention_class"

Definition at line 869 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_INTERVENTION_CLASS_NAME

string const RASTER_INTERVENTION_CLASS_NAME = "intervention_class"

Definition at line 870 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_INTERVENTION_HEIGHT_CODE

string const RASTER_INTERVENTION_HEIGHT_CODE = "intervention_height"

Definition at line 871 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_INTERVENTION_HEIGHT_NAME

string const RASTER_INTERVENTION_HEIGHT_NAME = "intervention_height"

Definition at line 872 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_INUNDATION_MASK_CODE

string const RASTER_INUNDATION_MASK_CODE = "inundation_mask"

Definition at line 829 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_INUNDATION_MASK_NAME

string const RASTER_INUNDATION_MASK_NAME = "inundation_mask"

Definition at line 830 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_LANDFORM_CODE

string const RASTER_LANDFORM_CODE = "landform_class"

Definition at line 867 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_LANDFORM_NAME

string const RASTER_LANDFORM_NAME = "landform_class"

Definition at line 868 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_LOCAL_SLOPE_CODE

string const RASTER_LOCAL_SLOPE_CODE = "local_cons_sediment_slope"

Definition at line 823 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_LOCAL_SLOPE_NAME

string const RASTER_LOCAL_SLOPE_NAME = "local_cons_sediment_slope"

Definition at line 824 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_PLOT_ACTIVE_ZONE

int const RASTER_PLOT_ACTIVE_ZONE = 1

◆ RASTER_PLOT_ACTIVE_ZONE_TITLE

string const RASTER_PLOT_ACTIVE_ZONE_TITLE = "Active zone"

Definition at line 943 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_ACTUAL_BEACH_EROSION

int const RASTER_PLOT_ACTUAL_BEACH_EROSION = 2

◆ RASTER_PLOT_ACTUAL_BEACH_EROSION_TITLE

string const RASTER_PLOT_ACTUAL_BEACH_EROSION_TITLE = "Actual (constrained) beach erosion depth"

Definition at line 944 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_ACTUAL_PLATFORM_EROSION

int const RASTER_PLOT_ACTUAL_PLATFORM_EROSION = 3

◆ RASTER_PLOT_ACTUAL_PLATFORM_EROSION_TITLE

string const RASTER_PLOT_ACTUAL_PLATFORM_EROSION_TITLE = "Actual (constrained) shore platform erosion depth"

Definition at line 945 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_AVG_SEA_DEPTH

int const RASTER_PLOT_AVG_SEA_DEPTH = 4

◆ RASTER_PLOT_AVG_SEA_DEPTH_TITLE

string const RASTER_PLOT_AVG_SEA_DEPTH_TITLE = "Average sea depth"

Definition at line 946 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_AVG_SUSPENDED_SEDIMENT

int const RASTER_PLOT_AVG_SUSPENDED_SEDIMENT = 5

◆ RASTER_PLOT_AVG_SUSPENDED_SEDIMENT_TITLE

string const RASTER_PLOT_AVG_SUSPENDED_SEDIMENT_TITLE = "Average depth of suspended sediment"

Definition at line 947 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_AVG_WAVE_HEIGHT

int const RASTER_PLOT_AVG_WAVE_HEIGHT = 6

◆ RASTER_PLOT_AVG_WAVE_HEIGHT_TITLE

string const RASTER_PLOT_AVG_WAVE_HEIGHT_TITLE = "Average wave height"

Definition at line 948 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_AVG_WAVE_ORIENTATION

int const RASTER_PLOT_AVG_WAVE_ORIENTATION = 7

◆ RASTER_PLOT_AVG_WAVE_ORIENTATION_TITLE

string const RASTER_PLOT_AVG_WAVE_ORIENTATION_TITLE = "Average wave orientation"

Definition at line 949 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_BASEMENT_ELEVATION

int const RASTER_PLOT_BASEMENT_ELEVATION = 8

◆ RASTER_PLOT_BASEMENT_ELEVATION_TITLE

string const RASTER_PLOT_BASEMENT_ELEVATION_TITLE = "Basement elevation"

Definition at line 950 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_BEACH_DEPOSITION

int const RASTER_PLOT_BEACH_DEPOSITION = 9

◆ RASTER_PLOT_BEACH_DEPOSITION_TITLE

string const RASTER_PLOT_BEACH_DEPOSITION_TITLE = "Beach deposition depth"

Definition at line 951 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_BEACH_MASK

int const RASTER_PLOT_BEACH_MASK = 10

◆ RASTER_PLOT_BEACH_MASK_TITLE

string const RASTER_PLOT_BEACH_MASK_TITLE = "Beach mask"

Definition at line 952 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_BEACH_PROTECTION

int const RASTER_PLOT_BEACH_PROTECTION = 11

◆ RASTER_PLOT_BEACH_PROTECTION_TITLE

string const RASTER_PLOT_BEACH_PROTECTION_TITLE = "Beach protection factor"

Definition at line 953 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_CLIFF_COLLAPSE_DEPOSIT_COARSE

int const RASTER_PLOT_CLIFF_COLLAPSE_DEPOSIT_COARSE = 16

◆ RASTER_PLOT_CLIFF_COLLAPSE_DEPOSIT_COARSE_TITLE

string const RASTER_PLOT_CLIFF_COLLAPSE_DEPOSIT_COARSE_TITLE = "Depth of coarse talus from cliff collapse"

Definition at line 955 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_CLIFF_COLLAPSE_DEPOSIT_SAND

int const RASTER_PLOT_CLIFF_COLLAPSE_DEPOSIT_SAND = 15

◆ RASTER_PLOT_CLIFF_COLLAPSE_DEPOSIT_SAND_TITLE

string const RASTER_PLOT_CLIFF_COLLAPSE_DEPOSIT_SAND_TITLE = "Depth of sand talus from cliff collapse"

Definition at line 954 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_CLIFF_COLLAPSE_EROSION_COARSE

int const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_COARSE = 14

◆ RASTER_PLOT_CLIFF_COLLAPSE_EROSION_COARSE_TITLE

string const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_COARSE_TITLE = "Cliff collapse depth of erosion, coarse sediment"

Definition at line 958 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_CLIFF_COLLAPSE_EROSION_FINE

int const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_FINE = 12

◆ RASTER_PLOT_CLIFF_COLLAPSE_EROSION_FINE_TITLE

string const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_FINE_TITLE = "Cliff collapse depth of erosion, fine sediment"

Definition at line 956 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_CLIFF_COLLAPSE_EROSION_SAND

int const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_SAND = 13

◆ RASTER_PLOT_CLIFF_COLLAPSE_EROSION_SAND_TITLE

string const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_SAND_TITLE = "Cliff collapse depth of erosion, sand sediment"

Definition at line 957 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_COARSE_CONSOLIDATED_SEDIMENT

int const RASTER_PLOT_COARSE_CONSOLIDATED_SEDIMENT = 17

◆ RASTER_PLOT_COARSE_CONSOLIDATED_SEDIMENT_TITLE

string const RASTER_PLOT_COARSE_CONSOLIDATED_SEDIMENT_TITLE = "Consolidated coarse sediment depth"

Definition at line 959 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_COARSE_UNCONSOLIDATED_SEDIMENT

int const RASTER_PLOT_COARSE_UNCONSOLIDATED_SEDIMENT = 18

◆ RASTER_PLOT_COARSE_UNCONSOLIDATED_SEDIMENT_TITLE

string const RASTER_PLOT_COARSE_UNCONSOLIDATED_SEDIMENT_TITLE = "Unconsolidated coarse sediment depth"

Definition at line 960 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_COAST

int const RASTER_PLOT_COAST = 19

◆ RASTER_PLOT_COAST_TITLE

string const RASTER_PLOT_COAST_TITLE = "Rasterized coastline"

Definition at line 961 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_DEEP_WATER_WAVE_HEIGHT

int const RASTER_PLOT_DEEP_WATER_WAVE_HEIGHT = 20

◆ RASTER_PLOT_DEEP_WATER_WAVE_HEIGHT_TITLE

string const RASTER_PLOT_DEEP_WATER_WAVE_HEIGHT_TITLE = "Deep water wave height"

Definition at line 962 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_DEEP_WATER_WAVE_ORIENTATION

int const RASTER_PLOT_DEEP_WATER_WAVE_ORIENTATION = 21

◆ RASTER_PLOT_DEEP_WATER_WAVE_ORIENTATION_TITLE

string const RASTER_PLOT_DEEP_WATER_WAVE_ORIENTATION_TITLE = "Deep water wave orientation"

Definition at line 963 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_DEEP_WATER_WAVE_PERIOD

int const RASTER_PLOT_DEEP_WATER_WAVE_PERIOD = 22

Definition at line 511 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles(), and CSimulation::bWriteRasterGISFile().

◆ RASTER_PLOT_DEEP_WATER_WAVE_PERIOD_TITLE

string const RASTER_PLOT_DEEP_WATER_WAVE_PERIOD_TITLE = "Deep water wave period"

Definition at line 964 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_FINE_CONSOLIDATED_SEDIMENT

int const RASTER_PLOT_FINE_CONSOLIDATED_SEDIMENT = 23

◆ RASTER_PLOT_FINE_CONSOLIDATED_SEDIMENT_TITLE

string const RASTER_PLOT_FINE_CONSOLIDATED_SEDIMENT_TITLE = "Consolidated fine sediment depth"

Definition at line 965 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_FINE_UNCONSOLIDATED_SEDIMENT

int const RASTER_PLOT_FINE_UNCONSOLIDATED_SEDIMENT = 24

◆ RASTER_PLOT_FINE_UNCONSOLIDATED_SEDIMENT_TITLE

string const RASTER_PLOT_FINE_UNCONSOLIDATED_SEDIMENT_TITLE = "Unconsolidated fine sediment depth"

Definition at line 966 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_INTERVENTION_CLASS

int const RASTER_PLOT_INTERVENTION_CLASS = 25

◆ RASTER_PLOT_INTERVENTION_CLASS_TITLE

string const RASTER_PLOT_INTERVENTION_CLASS_TITLE = "Intervention class"

Definition at line 967 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_INTERVENTION_HEIGHT

int const RASTER_PLOT_INTERVENTION_HEIGHT = 26

◆ RASTER_PLOT_INTERVENTION_HEIGHT_TITLE

string const RASTER_PLOT_INTERVENTION_HEIGHT_TITLE = "Intervention height"

Definition at line 968 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_INUNDATION_MASK

int const RASTER_PLOT_INUNDATION_MASK = 27

◆ RASTER_PLOT_INUNDATION_MASK_TITLE

string const RASTER_PLOT_INUNDATION_MASK_TITLE = "Inundated area mask"

Definition at line 969 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_LANDFORM

int const RASTER_PLOT_LANDFORM = 28

◆ RASTER_PLOT_LANDFORM_TITLE

string const RASTER_PLOT_LANDFORM_TITLE = "Landform class"

Definition at line 970 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_LOCAL_SLOPE_OF_CONSOLIDATED_SEDIMENT

int const RASTER_PLOT_LOCAL_SLOPE_OF_CONSOLIDATED_SEDIMENT = 29

◆ RASTER_PLOT_LOCAL_SLOPE_OF_CONSOLIDATED_SEDIMENT_TITLE

string const RASTER_PLOT_LOCAL_SLOPE_OF_CONSOLIDATED_SEDIMENT_TITLE = "Local slope of consolidated sediment"

Definition at line 971 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_NORMAL

int const RASTER_PLOT_NORMAL = 30

◆ RASTER_PLOT_NORMAL_TITLE

string const RASTER_PLOT_NORMAL_TITLE = "Rasterized normals to coastline"

Definition at line 972 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_OVERALL_TOP_ELEVATION

int const RASTER_PLOT_OVERALL_TOP_ELEVATION = 31

◆ RASTER_PLOT_OVERALL_TOP_ELEVATION_TITLE

string const RASTER_PLOT_OVERALL_TOP_ELEVATION_TITLE = "Elevation of sediment top plus intervention, or sea surface"

Definition at line 973 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_POLYGON

int const RASTER_PLOT_POLYGON = 32

◆ RASTER_PLOT_POLYGON_GAIN_OR_LOSS

int const RASTER_PLOT_POLYGON_GAIN_OR_LOSS = 33

◆ RASTER_PLOT_POLYGON_GAIN_OR_LOSS_TITLE

string const RASTER_PLOT_POLYGON_GAIN_OR_LOSS_TITLE = "Polygon gain or loss of unconsolidated sediment"

Definition at line 974 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_POLYGON_TITLE

string const RASTER_PLOT_POLYGON_TITLE = "Rasterized polygon boundaries"

Definition at line 975 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_POLYGON_UPDRIFT_OR_DOWNDRIFT

int const RASTER_PLOT_POLYGON_UPDRIFT_OR_DOWNDRIFT = 34

◆ RASTER_PLOT_POLYGON_UPDRIFT_OR_DOWNDRIFT_TITLE

string const RASTER_PLOT_POLYGON_UPDRIFT_OR_DOWNDRIFT_TITLE = "Polygon updrift or downdrift movement of unconsolidated sediment"

Definition at line 976 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_POTENTIAL_BEACH_EROSION

int const RASTER_PLOT_POTENTIAL_BEACH_EROSION = 35

◆ RASTER_PLOT_POTENTIAL_BEACH_EROSION_TITLE

string const RASTER_PLOT_POTENTIAL_BEACH_EROSION_TITLE = "Potential (unconstrained) beach erosion depth"

Definition at line 977 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_POTENTIAL_PLATFORM_EROSION

int const RASTER_PLOT_POTENTIAL_PLATFORM_EROSION = 36

◆ RASTER_PLOT_POTENTIAL_PLATFORM_EROSION_MASK

int const RASTER_PLOT_POTENTIAL_PLATFORM_EROSION_MASK = 57

◆ RASTER_PLOT_POTENTIAL_PLATFORM_EROSION_MASK_TITLE

string const RASTER_PLOT_POTENTIAL_PLATFORM_EROSION_MASK_TITLE = "Potential (unconstrained) shore platform erosion binary mask"

Definition at line 999 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_POTENTIAL_PLATFORM_EROSION_TITLE

string const RASTER_PLOT_POTENTIAL_PLATFORM_EROSION_TITLE = "Potential (unconstrained) shore platform erosion depth"

Definition at line 978 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_SAND_CONSOLIDATED_SEDIMENT

int const RASTER_PLOT_SAND_CONSOLIDATED_SEDIMENT = 37

◆ RASTER_PLOT_SAND_CONSOLIDATED_SEDIMENT_TITLE

string const RASTER_PLOT_SAND_CONSOLIDATED_SEDIMENT_TITLE = "Consolidated sand sediment depth"

Definition at line 979 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_SAND_UNCONSOLIDATED_SEDIMENT

int const RASTER_PLOT_SAND_UNCONSOLIDATED_SEDIMENT = 38

◆ RASTER_PLOT_SAND_UNCONSOLIDATED_SEDIMENT_TITLE

string const RASTER_PLOT_SAND_UNCONSOLIDATED_SEDIMENT_TITLE = "Unconsolidated sand sediment depth"

Definition at line 980 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_SEA_DEPTH

int const RASTER_PLOT_SEA_DEPTH = 39

◆ RASTER_PLOT_SEA_DEPTH_TITLE

string const RASTER_PLOT_SEA_DEPTH_TITLE = "Sea depth"

Definition at line 981 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_SEDIMENT_INPUT

int const RASTER_PLOT_SEDIMENT_INPUT = 58

Definition at line 547 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles(), and CSimulation::bWriteRasterGISFile().

◆ RASTER_PLOT_SEDIMENT_INPUT_EVENT_TITLE

string const RASTER_PLOT_SEDIMENT_INPUT_EVENT_TITLE = "Sediment input event(s) since last GIS save"

Definition at line 1000 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_SEDIMENT_TOP_ELEVATION_ELEV

int const RASTER_PLOT_SEDIMENT_TOP_ELEVATION_ELEV = 40

◆ RASTER_PLOT_SEDIMENT_TOP_ELEVATION_ELEV_TITLE

string const RASTER_PLOT_SEDIMENT_TOP_ELEVATION_ELEV_TITLE = "Elevation of sediment top"

Definition at line 982 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_SETUP_SURGE_FLOOD_MASK

int const RASTER_PLOT_SETUP_SURGE_FLOOD_MASK = 59

◆ RASTER_PLOT_SETUP_SURGE_FLOOD_MASK_TITLE

string const RASTER_PLOT_SETUP_SURGE_FLOOD_MASK_TITLE = "Mask of setup-surge flood"

Definition at line 1001 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_SETUP_SURGE_RUNUP_FLOOD_MASK

int const RASTER_PLOT_SETUP_SURGE_RUNUP_FLOOD_MASK = 60

◆ RASTER_PLOT_SETUP_SURGE_RUNUP_FLOOD_MASK_TITLE

string const RASTER_PLOT_SETUP_SURGE_RUNUP_FLOOD_MASK_TITLE = "Mask of setup-surge-runup flood"

Definition at line 1002 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_SHADOW_DOWNDRIFT_ZONE

int const RASTER_PLOT_SHADOW_DOWNDRIFT_ZONE = 41

◆ RASTER_PLOT_SHADOW_DOWNDRIFT_ZONE_TITLE

string const RASTER_PLOT_SHADOW_DOWNDRIFT_ZONE_TITLE = "Downdrift of wave shadow zones"

Definition at line 983 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_SHADOW_ZONE

int const RASTER_PLOT_SHADOW_ZONE = 42

◆ RASTER_PLOT_SHADOW_ZONE_TITLE

string const RASTER_PLOT_SHADOW_ZONE_TITLE = "Wave shadow zones"

Definition at line 984 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_SLICE

int const RASTER_PLOT_SLICE = 43

◆ RASTER_PLOT_SLICE_TITLE

string const RASTER_PLOT_SLICE_TITLE = "Slice though layers at elevation = "

Definition at line 985 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_SUSPENDED_SEDIMENT

int const RASTER_PLOT_SUSPENDED_SEDIMENT = 44

◆ RASTER_PLOT_SUSPENDED_SEDIMENT_TITLE

string const RASTER_PLOT_SUSPENDED_SEDIMENT_TITLE = "Suspended sediment depth"

Definition at line 986 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_TOTAL_ACTUAL_BEACH_EROSION

int const RASTER_PLOT_TOTAL_ACTUAL_BEACH_EROSION = 45

◆ RASTER_PLOT_TOTAL_ACTUAL_BEACH_EROSION_TITLE

string const RASTER_PLOT_TOTAL_ACTUAL_BEACH_EROSION_TITLE = "Total actual (constrained) beach erosion depth"

Definition at line 987 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_TOTAL_ACTUAL_PLATFORM_EROSION

int const RASTER_PLOT_TOTAL_ACTUAL_PLATFORM_EROSION = 46

◆ RASTER_PLOT_TOTAL_ACTUAL_PLATFORM_EROSION_TITLE

string const RASTER_PLOT_TOTAL_ACTUAL_PLATFORM_EROSION_TITLE = "Total actual (constrained) shore platform erosion depth"

Definition at line 988 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_TOTAL_BEACH_DEPOSITION

int const RASTER_PLOT_TOTAL_BEACH_DEPOSITION = 47

◆ RASTER_PLOT_TOTAL_BEACH_DEPOSITION_TITLE

string const RASTER_PLOT_TOTAL_BEACH_DEPOSITION_TITLE = "Total beach deposition depth"

Definition at line 989 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSIT_COARSE

int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSIT_COARSE = 52

◆ RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSIT_COARSE_TITLE

string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSIT_COARSE_TITLE = "Total depth of coarse talus from cliff collapse"

Definition at line 991 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSIT_SAND

int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSIT_SAND = 51

◆ RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSIT_SAND_TITLE

string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSIT_SAND_TITLE = "Total depth of sand talus from cliff collapse"

Definition at line 990 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE

int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE = 50

◆ RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE_TITLE

string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE_TITLE = "Total of cliff collapse erosion depth, coarse"

Definition at line 994 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_FINE

int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_FINE = 48

◆ RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_FINE_TITLE

string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_FINE_TITLE = "Total of cliff collapse erosion depth, fine"

Definition at line 992 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_SAND

int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_SAND = 49

◆ RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_SAND_TITLE

string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_SAND_TITLE = "Total of cliff collapse erosion depth, sand"

Definition at line 993 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_TOTAL_POTENTIAL_BEACH_EROSION

int const RASTER_PLOT_TOTAL_POTENTIAL_BEACH_EROSION = 53

◆ RASTER_PLOT_TOTAL_POTENTIAL_BEACH_EROSION_TITLE

string const RASTER_PLOT_TOTAL_POTENTIAL_BEACH_EROSION_TITLE = "Total potential (unconstrained) beach erosion depth"

Definition at line 995 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_TOTAL_POTENTIAL_PLATFORM_EROSION

int const RASTER_PLOT_TOTAL_POTENTIAL_PLATFORM_EROSION = 54

◆ RASTER_PLOT_TOTAL_POTENTIAL_PLATFORM_EROSION_TITLE

string const RASTER_PLOT_TOTAL_POTENTIAL_PLATFORM_EROSION_TITLE = "Total potential (unconstrained) shore platform erosion depth"

Definition at line 996 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_WAVE_FLOOD_LINE

int const RASTER_PLOT_WAVE_FLOOD_LINE = 61

Definition at line 550 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().

◆ RASTER_PLOT_WAVE_FLOOD_LINE_TITLE

string const RASTER_PLOT_WAVE_FLOOD_LINE_TITLE = "Wave flood line"

Definition at line 1003 of file cme.h.

◆ RASTER_PLOT_WAVE_HEIGHT

int const RASTER_PLOT_WAVE_HEIGHT = 55

◆ RASTER_PLOT_WAVE_HEIGHT_TITLE

string const RASTER_PLOT_WAVE_HEIGHT_TITLE = "Wave height"

Definition at line 997 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_PLOT_WAVE_ORIENTATION

int const RASTER_PLOT_WAVE_ORIENTATION = 56

◆ RASTER_PLOT_WAVE_ORIENTATION_TITLE

string const RASTER_PLOT_WAVE_ORIENTATION_TITLE = "Wave orientation"

Definition at line 998 of file cme.h.

Referenced by CSimulation::bSaveAllRasterGISFiles().

◆ RASTER_POLYGON_CODE

string const RASTER_POLYGON_CODE = "polygon_raster"

Definition at line 915 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_POLYGON_GAIN_OR_LOSS_CODE

string const RASTER_POLYGON_GAIN_OR_LOSS_CODE = "polygon_gain_or_loss"

Definition at line 931 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_POLYGON_GAIN_OR_LOSS_NAME

string const RASTER_POLYGON_GAIN_OR_LOSS_NAME = "polygon_gain_or_loss"

Definition at line 932 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_POLYGON_NAME

string const RASTER_POLYGON_NAME = "polygon_raster"

Definition at line 916 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_POLYGON_UPDRIFT_OR_DOWNDRIFT_CODE

string const RASTER_POLYGON_UPDRIFT_OR_DOWNDRIFT_CODE = "polygon_updrift_or_downdrift"

Definition at line 929 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_POLYGON_UPDRIFT_OR_DOWNDRIFT_NAME

string const RASTER_POLYGON_UPDRIFT_OR_DOWNDRIFT_NAME = "polygon_updrift_or_downdrift"

Definition at line 930 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_POTENTIAL_BEACH_EROSION_CODE

string const RASTER_POTENTIAL_BEACH_EROSION_CODE = "potential_beach_erosion"

Definition at line 855 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_POTENTIAL_BEACH_EROSION_NAME

string const RASTER_POTENTIAL_BEACH_EROSION_NAME = "potential_beach_erosion"

Definition at line 856 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_POTENTIAL_PLATFORM_EROSION_CODE

string const RASTER_POTENTIAL_PLATFORM_EROSION_CODE = "potential_platform_erosion"

Definition at line 847 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_POTENTIAL_PLATFORM_EROSION_MASK_CODE

string const RASTER_POTENTIAL_PLATFORM_EROSION_MASK_CODE = "potential_platform_erosion_mask"

Definition at line 845 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_POTENTIAL_PLATFORM_EROSION_MASK_NAME

string const RASTER_POTENTIAL_PLATFORM_EROSION_MASK_NAME = "potential_platform_erosion_mask"

Definition at line 846 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_POTENTIAL_PLATFORM_EROSION_NAME

string const RASTER_POTENTIAL_PLATFORM_EROSION_NAME = "potential_platform_erosion"

Definition at line 848 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_SAND_CONS_CODE

string const RASTER_SAND_CONS_CODE = "cons_sed_sand"

Definition at line 885 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_SAND_CONS_NAME

string const RASTER_SAND_CONS_NAME = "cons_sed_sand"

Definition at line 886 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_SAND_UNCONS_CODE

string const RASTER_SAND_UNCONS_CODE = "uncons_sed_sand"

Definition at line 879 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_SAND_UNCONS_NAME

string const RASTER_SAND_UNCONS_NAME = "uncons_sed_sand"

Definition at line 880 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_SEA_DEPTH_CODE

string const RASTER_SEA_DEPTH_CODE = "sea_depth"

Definition at line 825 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_SEA_DEPTH_NAME

string const RASTER_SEA_DEPTH_NAME = "sea_depth"

Definition at line 826 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile(), and CSimulation::strListRasterFiles().

◆ RASTER_SEDIMENT_INPUT_EVENT_CODE

string const RASTER_SEDIMENT_INPUT_EVENT_CODE = "sediment_input_total"

Definition at line 933 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_SEDIMENT_INPUT_EVENT_NAME

string const RASTER_SEDIMENT_INPUT_EVENT_NAME = "sediment_input_total"

Definition at line 934 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_SEDIMENT_TOP_CODE

string const RASTER_SEDIMENT_TOP_CODE = "sediment_top_elevation"

Definition at line 817 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_SEDIMENT_TOP_NAME

string const RASTER_SEDIMENT_TOP_NAME = "sediment_top_elevation"

Definition at line 818 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_SETUP_SURGE_FLOOD_MASK_CODE

string const RASTER_SETUP_SURGE_FLOOD_MASK_CODE = "flood_setup_surge_mask"

Definition at line 935 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_SETUP_SURGE_FLOOD_MASK_NAME

string const RASTER_SETUP_SURGE_FLOOD_MASK_NAME = "flood_setup_surge_mask"

Definition at line 936 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_SETUP_SURGE_RUNUP_FLOOD_MASK_CODE

string const RASTER_SETUP_SURGE_RUNUP_FLOOD_MASK_CODE = "flood_setup_surge_runup_mask"

Definition at line 937 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_SETUP_SURGE_RUNUP_FLOOD_MASK_NAME

string const RASTER_SETUP_SURGE_RUNUP_FLOOD_MASK_NAME = "flood_setup_surge_runup_mask"

Definition at line 938 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_SHADOW_DOWNDRIFT_ZONE_CODE

string const RASTER_SHADOW_DOWNDRIFT_ZONE_CODE = "shadow_downdrift_zones"

Definition at line 921 of file cme.h.

◆ RASTER_SHADOW_DOWNDRIFT_ZONE_NAME

string const RASTER_SHADOW_DOWNDRIFT_ZONE_NAME = "shadow_downdrift_zones"

Definition at line 922 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_SHADOW_ZONE_CODE

string const RASTER_SHADOW_ZONE_CODE = "shadow_zones"

Definition at line 919 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_SHADOW_ZONE_NAME

string const RASTER_SHADOW_ZONE_NAME = "shadow_zones"

Definition at line 920 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_SLICE_CODE

string const RASTER_SLICE_CODE = "slice"

Definition at line 917 of file cme.h.

◆ RASTER_SLICE_NAME

string const RASTER_SLICE_NAME = "slice"

Definition at line 918 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_SUSP_SED_CODE

string const RASTER_SUSP_SED_CODE = "susp_sed"

Definition at line 873 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_SUSP_SED_NAME

string const RASTER_SUSP_SED_NAME = "susp_sed"

Definition at line 874 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_TOP_CODE

string const RASTER_TOP_CODE = "top_elevation"

Definition at line 819 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_TOP_NAME

string const RASTER_TOP_NAME = "top_elevation"

Definition at line 820 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_TOTAL_ACTUAL_BEACH_EROSION_CODE

string const RASTER_TOTAL_ACTUAL_BEACH_EROSION_CODE = "total_actual_beach_erosion"

Definition at line 861 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_TOTAL_ACTUAL_BEACH_EROSION_NAME

string const RASTER_TOTAL_ACTUAL_BEACH_EROSION_NAME = "total_actual_beach_erosion"

Definition at line 862 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_TOTAL_ACTUAL_PLATFORM_EROSION_CODE

string const RASTER_TOTAL_ACTUAL_PLATFORM_EROSION_CODE = "total_actual_platform_erosion"

Definition at line 853 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_TOTAL_ACTUAL_PLATFORM_EROSION_NAME

string const RASTER_TOTAL_ACTUAL_PLATFORM_EROSION_NAME = "total_actual_platform_erosion"

Definition at line 854 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_TOTAL_BEACH_DEPOSITION_CODE

string const RASTER_TOTAL_BEACH_DEPOSITION_CODE = "total_beach_deposition"

Definition at line 865 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_TOTAL_BEACH_DEPOSITION_NAME

string const RASTER_TOTAL_BEACH_DEPOSITION_NAME = "total_beach_deposition"

Definition at line 866 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_COARSE_CODE

string const RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_COARSE_CODE = "total_cliff_collapse_talus_deposition_coarse"

Definition at line 913 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_COARSE_NAME

string const RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_COARSE_NAME = "total_cliff_collapse_talus_deposition_coarse"

Definition at line 914 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_SAND_CODE

string const RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_SAND_CODE = "total_cliff_collapse_talus_deposition_sand"

Definition at line 911 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_SAND_NAME

string const RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_SAND_NAME = "total_cliff_collapse_talus_deposition_sand"

Definition at line 912 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE_CODE

string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE_CODE = "total_cliff_collapse_erosion_coarse"

Definition at line 905 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE_NAME

string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE_NAME = "total_cliff_collapse_erosion_coarse"

Definition at line 906 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_FINE_CODE

string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_FINE_CODE = "total_cliff_collapse_erosion_fine"

Definition at line 901 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_FINE_NAME

string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_FINE_NAME = "total_cliff_collapse_erosion_fine"

Definition at line 902 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_SAND_CODE

string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_SAND_CODE = "total_cliff_collapse_erosion_sand"

Definition at line 903 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_SAND_NAME

string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_SAND_NAME = "total_cliff_collapse_erosion_sand"

Definition at line 904 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_TOTAL_POTENTIAL_BEACH_EROSION_CODE

string const RASTER_TOTAL_POTENTIAL_BEACH_EROSION_CODE = "total_potential_beach_erosion"

Definition at line 859 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_TOTAL_POTENTIAL_BEACH_EROSION_NAME

string const RASTER_TOTAL_POTENTIAL_BEACH_EROSION_NAME = "total_potential_beach_erosion"

Definition at line 860 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_TOTAL_POTENTIAL_PLATFORM_EROSION_CODE

string const RASTER_TOTAL_POTENTIAL_PLATFORM_EROSION_CODE = "total_potential_platform_erosion"

Definition at line 851 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_TOTAL_POTENTIAL_PLATFORM_EROSION_NAME

string const RASTER_TOTAL_POTENTIAL_PLATFORM_EROSION_NAME = "total_potential_platform_erosion"

Definition at line 852 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_USUAL_OUTPUT_CODE

string const RASTER_USUAL_OUTPUT_CODE = "usual"

Definition at line 815 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_WAVE_FLOOD_LINE_CODE

string const RASTER_WAVE_FLOOD_LINE_CODE = "raster_wave_flood_line_code"

Definition at line 939 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_WAVE_FLOOD_LINE_NAME

string const RASTER_WAVE_FLOOD_LINE_NAME = "raster_wave_flood_line_code"

Definition at line 940 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_WAVE_HEIGHT_CODE

string const RASTER_WAVE_HEIGHT_CODE = "wave_height"

Definition at line 831 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_WAVE_HEIGHT_NAME

string const RASTER_WAVE_HEIGHT_NAME = "wave_height"

Definition at line 832 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_WAVE_ORIENTATION_CODE

string const RASTER_WAVE_ORIENTATION_CODE = "wave_orientation"

Definition at line 835 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().

◆ RASTER_WAVE_ORIENTATION_NAME

string const RASTER_WAVE_ORIENTATION_NAME = "wave_orientation"

Definition at line 836 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ RASTER_WAVE_PERIOD_CODE

string const RASTER_WAVE_PERIOD_CODE = "wave_period"

Definition at line 837 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ RASTER_WAVE_PERIOD_NAME

string const RASTER_WAVE_PERIOD_NAME = "wave_period"

Definition at line 838 of file cme.h.

Referenced by CSimulation::bWriteRasterGISFile().

◆ READING_BASEMENT

string const READING_BASEMENT = " - Reading basement DEM: "

Definition at line 737 of file cme.h.

Referenced by CSimulation::AnnounceReadBasementDEM().

◆ READING_CONS_COARSE_SEDIMENT_FILE

string const READING_CONS_COARSE_SEDIMENT_FILE = " - Consolidated coarse sediment (layer "

Definition at line 748 of file cme.h.

Referenced by CSimulation::AnnounceReadInitialCoarseConsSedGIS().

◆ READING_CONS_FINE_SEDIMENT_FILE

string const READING_CONS_FINE_SEDIMENT_FILE = " - Consolidated fine sediment (layer "

Definition at line 746 of file cme.h.

Referenced by CSimulation::AnnounceReadInitialFineConsSedGIS().

◆ READING_CONS_SAND_SEDIMENT_FILE

string const READING_CONS_SAND_SEDIMENT_FILE = " - Consolidated sand sediment (layer "

Definition at line 747 of file cme.h.

Referenced by CSimulation::AnnounceReadInitialSandConsSedGIS().

◆ READING_DEEP_WATER_WAVE_FILE

string const READING_DEEP_WATER_WAVE_FILE = " - Deep water wave values: "

Definition at line 750 of file cme.h.

Referenced by CSimulation::AnnounceReadDeepWaterWaveValuesGIS().

◆ READING_FILE_LOCATIONS

string const READING_FILE_LOCATIONS = " - Reading file locations: "

Definition at line 735 of file cme.h.

Referenced by CSimulation::bReadIniFile().

◆ READING_FLOOD_LOCATION

string const READING_FLOOD_LOCATION = " - Characteristic locations for flood: "

Definition at line 752 of file cme.h.

Referenced by CSimulation::AnnounceReadFloodLocationGIS().

◆ READING_INTERVENTION_CLASS_FILE

string const READING_INTERVENTION_CLASS_FILE = " - Intervention class: "

Definition at line 740 of file cme.h.

Referenced by CSimulation::AnnounceReadICGIS().

◆ READING_INTERVENTION_HEIGHT_FILE

string const READING_INTERVENTION_HEIGHT_FILE = " - Intervention height: "

Definition at line 741 of file cme.h.

Referenced by CSimulation::AnnounceReadIHGIS().

◆ READING_LANDFORM_FILE

string const READING_LANDFORM_FILE = " - Landform class: "

Definition at line 739 of file cme.h.

Referenced by CSimulation::AnnounceReadLGIS().

◆ READING_RASTER_FILES

string const READING_RASTER_FILES = " - Reading raster GIS files"

Definition at line 738 of file cme.h.

Referenced by CSimulation::AnnounceReadRasterFiles().

◆ READING_RUN_DATA

string const READING_RUN_DATA = " - Reading run data file: "

Definition at line 736 of file cme.h.

◆ READING_SCAPE_SHAPE_FUNCTION_FILE

string const READING_SCAPE_SHAPE_FUNCTION_FILE = " - Reading SCAPE shape function file"

Definition at line 753 of file cme.h.

Referenced by CSimulation::AnnounceReadSCAPEShapeFunctionFile().

◆ READING_SED_INPUT_EVENT_FILE

string const READING_SED_INPUT_EVENT_FILE = " - Sediment input event values: "

Definition at line 751 of file cme.h.

Referenced by CSimulation::AnnounceReadSedimentEventInputValuesGIS().

◆ READING_SUSPENDED_SEDIMENT_FILE

string const READING_SUSPENDED_SEDIMENT_FILE = " - Suspended sediment: "

Definition at line 742 of file cme.h.

Referenced by CSimulation::AnnounceReadInitialSuspSedGIS().

◆ READING_TIDE_DATA_FILE

string const READING_TIDE_DATA_FILE = " - Reading tide data file: "

Definition at line 754 of file cme.h.

Referenced by CSimulation::AnnounceReadTideData().

◆ READING_UNCONS_COARSE_SEDIMENT_FILE

string const READING_UNCONS_COARSE_SEDIMENT_FILE = " - Unconsolidated coarse sediment (layer "

Definition at line 745 of file cme.h.

Referenced by CSimulation::AnnounceReadInitialCoarseUnconsSedGIS().

◆ READING_UNCONS_FINE_SEDIMENT_FILE

string const READING_UNCONS_FINE_SEDIMENT_FILE = " - Unconsolidated fine sediment (layer "

Definition at line 743 of file cme.h.

Referenced by CSimulation::AnnounceReadInitialFineUnconsSedGIS().

◆ READING_UNCONS_SAND_SEDIMENT_FILE

string const READING_UNCONS_SAND_SEDIMENT_FILE = " - Unconsolidated sand sediment (layer "

Definition at line 744 of file cme.h.

Referenced by CSimulation::AnnounceReadInitialSandUnconsSedGIS().

◆ READING_VECTOR_FILES

string const READING_VECTOR_FILES = " - Reading vector GIS files"

Definition at line 749 of file cme.h.

Referenced by CSimulation::AnnounceReadVectorFiles().

◆ RIGHT_HANDED

◆ RTN_CHECK_ONLY

int const RTN_CHECK_ONLY = 2

Definition at line 579 of file cme.h.

Referenced by CSimulation::DoSimulationEnd().

◆ RTN_ERR_BAD_INDEX

int const RTN_ERR_BAD_INDEX = 39

Definition at line 616 of file cme.h.

◆ RTN_ERR_BAD_MULTILINE

int const RTN_ERR_BAD_MULTILINE = 48

Definition at line 625 of file cme.h.

Referenced by CSimulation::nCreateAllPolygons(), and CSimulation::strGetErrorText().

◆ RTN_ERR_BADPARAM

int const RTN_ERR_BADPARAM = 4

Definition at line 581 of file cme.h.

Referenced by CSimulation::strGetErrorText().

◆ RTN_ERR_BOUNDING_BOX

int const RTN_ERR_BOUNDING_BOX = 63

Definition at line 640 of file cme.h.

Referenced by CSimulation::nMarkBoundingBoxEdgeCells(), and CSimulation::strGetErrorText().

◆ RTN_ERR_CANNOT_ASSIGN_COASTAL_LANDFORM

int const RTN_ERR_CANNOT_ASSIGN_COASTAL_LANDFORM = 50

◆ RTN_ERR_CANNOT_INSERT_POINT

int const RTN_ERR_CANNOT_INSERT_POINT = 49

◆ RTN_ERR_CLIFF_NOT_IN_POLYGON

int const RTN_ERR_CLIFF_NOT_IN_POLYGON = 69

◆ RTN_ERR_CLIFFDEPOSIT

int const RTN_ERR_CLIFFDEPOSIT = 38

Definition at line 615 of file cme.h.

Referenced by CSimulation::nDoCliffCollapseDeposition(), and CSimulation::strGetErrorText().

◆ RTN_ERR_CLIFFNOTCH

int const RTN_ERR_CLIFFNOTCH = 37

Definition at line 614 of file cme.h.

Referenced by CSimulation::nDoCliffCollapse(), and CSimulation::strGetErrorText().

◆ RTN_ERR_CMEDIR

int const RTN_ERR_CMEDIR = 6

Definition at line 583 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().

◆ RTN_ERR_COAST_CANT_FIND_EDGE_CELL

int const RTN_ERR_COAST_CANT_FIND_EDGE_CELL = 58

◆ RTN_ERR_CSHORE_EMPTY_PROFILE

int const RTN_ERR_CSHORE_EMPTY_PROFILE = 53

◆ RTN_ERR_CSHORE_ERROR

int const RTN_ERR_CSHORE_ERROR = 59

◆ RTN_ERR_CSHORE_FILE_INPUT

int const RTN_ERR_CSHORE_FILE_INPUT = 54

Definition at line 631 of file cme.h.

Referenced by CSimulation::strGetErrorText().

◆ RTN_ERR_DEMFILE

int const RTN_ERR_DEMFILE = 13

Definition at line 590 of file cme.h.

Referenced by CSimulation::nReadRasterBasementDEM(), and CSimulation::strGetErrorText().

◆ RTN_ERR_EDGE_OF_GRID

int const RTN_ERR_EDGE_OF_GRID = 40

Definition at line 617 of file cme.h.

Referenced by CSimulation::strGetErrorText().

◆ RTN_ERR_FLOOD_LOCATION

int const RTN_ERR_FLOOD_LOCATION = 68

Definition at line 645 of file cme.h.

◆ RTN_ERR_GRIDCREATE

int const RTN_ERR_GRIDCREATE = 57

◆ RTN_ERR_GRIDTOLINE

int const RTN_ERR_GRIDTOLINE = 32

Definition at line 609 of file cme.h.

Referenced by CSimulation::strGetErrorText().

◆ RTN_ERR_INI

int const RTN_ERR_INI = 5

Definition at line 582 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().

◆ RTN_ERR_LANDFORM_TO_GRID

int const RTN_ERR_LANDFORM_TO_GRID = 45

Definition at line 622 of file cme.h.

Referenced by CSimulation::strGetErrorText().

◆ RTN_ERR_LINETOGRID

int const RTN_ERR_LINETOGRID = 23

Definition at line 600 of file cme.h.

Referenced by CSimulation::strGetErrorText().

◆ RTN_ERR_LOGFILE

int const RTN_ERR_LOGFILE = 10

Definition at line 587 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().

◆ RTN_ERR_MEMALLOC

◆ RTN_ERR_NO_ADJACENT_POLYGON

int const RTN_ERR_NO_ADJACENT_POLYGON = 47

Definition at line 624 of file cme.h.

Referenced by CSimulation::strGetErrorText().

◆ RTN_ERR_NO_CELL_UNDER_COASTLINE

int const RTN_ERR_NO_CELL_UNDER_COASTLINE = 60

Definition at line 637 of file cme.h.

Referenced by CSimulation::strGetErrorText().

◆ RTN_ERR_NO_PROFILES_1

int const RTN_ERR_NO_PROFILES_1 = 29

Definition at line 606 of file cme.h.

Referenced by CSimulation::nCreateAllProfiles(), and CSimulation::strGetErrorText().

◆ RTN_ERR_NO_PROFILES_2

int const RTN_ERR_NO_PROFILES_2 = 30

Definition at line 607 of file cme.h.

Referenced by CSimulation::nCheckAllProfiles(), and CSimulation::strGetErrorText().

◆ RTN_ERR_NO_SEAWARD_END_OF_PROFILE_1

int const RTN_ERR_NO_SEAWARD_END_OF_PROFILE_1 = 41

Definition at line 618 of file cme.h.

Referenced by CSimulation::strGetErrorText().

◆ RTN_ERR_NO_SEAWARD_END_OF_PROFILE_2

int const RTN_ERR_NO_SEAWARD_END_OF_PROFILE_2 = 42

Definition at line 619 of file cme.h.

Referenced by CSimulation::nDoUnconsErosionOnPolygon(), and CSimulation::strGetErrorText().

◆ RTN_ERR_NO_SEAWARD_END_OF_PROFILE_3

int const RTN_ERR_NO_SEAWARD_END_OF_PROFILE_3 = 43

◆ RTN_ERR_NO_SEAWARD_END_OF_PROFILE_4

int const RTN_ERR_NO_SEAWARD_END_OF_PROFILE_4 = 44

◆ RTN_ERR_NO_SOLUTION_FOR_ENDPOINT

int const RTN_ERR_NO_SOLUTION_FOR_ENDPOINT = 27

◆ RTN_ERR_NO_TOP_LAYER

◆ RTN_ERR_NOCOAST

int const RTN_ERR_NOCOAST = 34

◆ RTN_ERR_NOSEACELLS

int const RTN_ERR_NOSEACELLS = 31

Definition at line 608 of file cme.h.

Referenced by CSimulation::nUpdateGrid(), and CSimulation::strGetErrorText().

◆ RTN_ERR_OPEN_DEEP_WATER_WAVE_DATA

int const RTN_ERR_OPEN_DEEP_WATER_WAVE_DATA = 61

Definition at line 638 of file cme.h.

Referenced by CSimulation::nReadWaveStationInputFile(), and CSimulation::strGetErrorText().

◆ RTN_ERR_OUTFILE

int const RTN_ERR_OUTFILE = 11

Definition at line 588 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().

◆ RTN_ERR_PROFILE_END_INSUFFICIENT_DEPTH

int const RTN_ERR_PROFILE_END_INSUFFICIENT_DEPTH = 28

Definition at line 605 of file cme.h.

Referenced by CSimulation::nCreateProfile().

◆ RTN_ERR_PROFILE_ENDPOINT_AT_GRID_EDGE

int const RTN_ERR_PROFILE_ENDPOINT_AT_GRID_EDGE = 25

Definition at line 602 of file cme.h.

Referenced by CSimulation::nGetCoastNormalEndPoint(), and CSimulation::strGetErrorText().

◆ RTN_ERR_PROFILE_ENDPOINT_IS_INLAND

int const RTN_ERR_PROFILE_ENDPOINT_IS_INLAND = 26

Definition at line 603 of file cme.h.

Referenced by CSimulation::nCreateProfile(), and CSimulation::strGetErrorText().

◆ RTN_ERR_PROFILESPACING

int const RTN_ERR_PROFILESPACING = 24

Definition at line 601 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().

◆ RTN_ERR_PROFILEWRITE

int const RTN_ERR_PROFILEWRITE = 35

◆ RTN_ERR_RASTER_FILE_READ

int const RTN_ERR_RASTER_FILE_READ = 14

◆ RTN_ERR_RASTER_FILE_WRITE

int const RTN_ERR_RASTER_FILE_WRITE = 20

◆ RTN_ERR_RASTER_GIS_OUT_FORMAT

int const RTN_ERR_RASTER_GIS_OUT_FORMAT = 17

Definition at line 594 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().

◆ RTN_ERR_READING_CSHORE_FILE_OUTPUT

int const RTN_ERR_READING_CSHORE_FILE_OUTPUT = 55

Definition at line 632 of file cme.h.

Referenced by CSimulation::strGetErrorText().

◆ RTN_ERR_READING_DEEP_WATER_WAVE_DATA

int const RTN_ERR_READING_DEEP_WATER_WAVE_DATA = 62

Definition at line 639 of file cme.h.

Referenced by CSimulation::nReadWaveStationInputFile(), and CSimulation::strGetErrorText().

◆ RTN_ERR_READING_SEDIMENT_INPUT_EVENT

int const RTN_ERR_READING_SEDIMENT_INPUT_EVENT = 64

◆ RTN_ERR_RUNDATA

int const RTN_ERR_RUNDATA = 7

Definition at line 584 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().

◆ RTN_ERR_SCAPE_SHAPE_FUNCTION_FILE

int const RTN_ERR_SCAPE_SHAPE_FUNCTION_FILE = 8

Definition at line 585 of file cme.h.

Referenced by CSimulation::nReadShapeFunctionFile(), and CSimulation::strGetErrorText().

◆ RTN_ERR_SEDIMENT_INPUT_EVENT

int const RTN_ERR_SEDIMENT_INPUT_EVENT = 65

Definition at line 642 of file cme.h.

Referenced by CSimulation::nDoSedimentInputEvent(), and CSimulation::strGetErrorText().

◆ RTN_ERR_SEDIMENT_INPUT_EVENT_LOCATION

int const RTN_ERR_SEDIMENT_INPUT_EVENT_LOCATION = 66

Definition at line 643 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile(), and CSimulation::strGetErrorText().

◆ RTN_ERR_SHADOW_ZONE_FLOOD_FILL_NOGRID

int const RTN_ERR_SHADOW_ZONE_FLOOD_FILL_NOGRID = 51

Definition at line 628 of file cme.h.

Referenced by CSimulation::nFloodFillShadowZone(), and CSimulation::strGetErrorText().

◆ RTN_ERR_SHADOW_ZONE_FLOOD_START_POINT

int const RTN_ERR_SHADOW_ZONE_FLOOD_START_POINT = 52

Definition at line 629 of file cme.h.

Referenced by CSimulation::nFloodFillShadowZone(), and CSimulation::strGetErrorText().

◆ RTN_ERR_TEXT_FILE_WRITE

int const RTN_ERR_TEXT_FILE_WRITE = 19

Definition at line 596 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().

◆ RTN_ERR_TIDEDATAFILE

int const RTN_ERR_TIDEDATAFILE = 9

Definition at line 586 of file cme.h.

Referenced by CSimulation::nReadTideDataFile(), and CSimulation::strGetErrorText().

◆ RTN_ERR_TIMESERIES_FILE_WRITE

int const RTN_ERR_TIMESERIES_FILE_WRITE = 22

◆ RTN_ERR_TIMEUNITS

int const RTN_ERR_TIMEUNITS = 36

◆ RTN_ERR_TRACING_COAST

◆ RTN_ERR_TSFILE

int const RTN_ERR_TSFILE = 12

Definition at line 589 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().

◆ RTN_ERR_UNKNOWN

int const RTN_ERR_UNKNOWN = 70

Definition at line 647 of file cme.h.

Referenced by CSimulation::strGetErrorText().

◆ RTN_ERR_VECTOR_FILE_READ

int const RTN_ERR_VECTOR_FILE_READ = 15

Definition at line 592 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile(), and CSimulation::strGetErrorText().

◆ RTN_ERR_VECTOR_FILE_WRITE

int const RTN_ERR_VECTOR_FILE_WRITE = 21

◆ RTN_ERR_VECTOR_GIS_OUT_FORMAT

int const RTN_ERR_VECTOR_GIS_OUT_FORMAT = 18

Definition at line 595 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().

◆ RTN_ERR_WAVE_INTERPOLATION_LOOKUP

int const RTN_ERR_WAVE_INTERPOLATION_LOOKUP = 56

Definition at line 633 of file cme.h.

Referenced by CSimulation::strGetErrorText().

◆ RTN_ERR_WAVESTATION_LOCATION

int const RTN_ERR_WAVESTATION_LOCATION = 67

Definition at line 644 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile(), and CSimulation::strGetErrorText().

◆ RTN_HELP_ONLY

int const RTN_HELP_ONLY = 1

Definition at line 578 of file cme.h.

Referenced by CSimulation::DoSimulationEnd(), and CSimulation::nHandleCommandLineParams().

◆ RTN_OK

int const RTN_OK = 0

Definition at line 577 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), CSimulation::DoSimulationEnd(), CSimulation::FindAllInundatedCells(), CSimulation::LocateAndCreateProfiles(), CSimulation::nAssignLandformsForAllCells(), CSimulation::nAssignLandformsForAllCoasts(), CSimulation::nCalcExternalForcing(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nCalcPotentialPlatformErosionOnProfile(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nCheckAllProfiles(), CSimulation::nCheckForSedimentInputEvent(), CSimulation::nCreateAllPolygons(), CSimulation::nCreateAllProfiles(), CGeomRasterGrid::nCreateGrid(), CSimulation::nCreateProfile(), CSimulation::nDoAllActualBeachErosionAndDeposition(), CSimulation::nDoAllPropagateWaves(), CSimulation::nDoAllShadowZones(), CSimulation::nDoAllShorePlatFormErosion(), CSimulation::nDoAllWaveEnergyToCoastLandforms(), CSimulation::nDoCliffCollapse(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoParallelProfileUnconsErosion(), CSimulation::nDoPolygonSharedBoundaries(), CSimulation::nDoSedimentInputEvent(), CSimulation::nDoSimulation(), CSimulation::nDoSimulationTimeMultiplier(), CSimulation::nDoUnconsDepositionOnPolygon(), CSimulation::nDoUnconsErosionOnPolygon(), CSimulation::nFloodFillShadowZone(), CSimulation::nGetCoastNormalEndPoint(), CSimulation::nGetThisProfileElevationsForCShore(), CSimulation::nHandleCommandLineParams(), CSimulation::nInitGridAndCalcStillWaterLevel(), CSimulation::nInsertPointIntoProfilesIfNeededThenUpdate(), CSimulation::nInterpolateAllDeepWaterWaveValues(), CSimulation::nInterpolateWavesToPolygonCells(), CSimulation::nLandformToGrid(), CSimulation::nLocateAndCreateGridEdgeProfile(), CSimulation::nLocateFloodAndCoasts(), CSimulation::nLocateSeaAndCoasts(), CSimulation::nMarkBoundingBoxEdgeCells(), CSimulation::nReadRasterBasementDEM(), CSimulation::nReadRasterGISFile(), CSimulation::nReadSedimentInputEventFile(), CSimulation::nReadShapeFunctionFile(), CSimulation::nReadTideDataFile(), CSimulation::nReadVectorGISFile(), CSimulation::nReadWaveStationInputFile(), CSimulation::nSaveParProfile(), CSimulation::nSaveProfile(), CSimulation::nSetAllCoastpointDeepWaterWaveValues(), CSimulation::nTraceAllCoasts(), CSimulation::nTraceAllFloodCoasts(), CSimulation::nTraceCoastLine(), CSimulation::nTraceFloodCoastLine(), CSimulation::nUpdateGrid(), CSimulation::nUpdateIntervention(), CSimulation::nWriteEndRunDetails(), and CSimulation::TruncateOneProfileRetainOtherProfile().

◆ RTN_USER_ABORT

int const RTN_USER_ABORT = 3

Definition at line 580 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().

◆ RUN_END_NOTICE

string const RUN_END_NOTICE = "- Run ended at "

Definition at line 762 of file cme.h.

Referenced by CSimulation::DoSimulationEnd().

◆ RUN_NOTICE

string const RUN_NOTICE = "- Running simulation"

Definition at line 758 of file cme.h.

Referenced by CSimulation::AnnounceIsRunning().

◆ SAND_CONS_RASTER

int const SAND_CONS_RASTER = 2

Definition at line 454 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().

◆ SAND_UNCONS_RASTER

int const SAND_UNCONS_RASTER = 5

Definition at line 457 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().

◆ SAVE_CSHORE_OUTPUT

bool const SAVE_CSHORE_OUTPUT = true

Definition at line 347 of file cme.h.

Referenced by CSimulation::nCalcWavePropertiesOnProfile().

◆ SAVGOL_POLYNOMIAL_MAX_ORDER

int const SAVGOL_POLYNOMIAL_MAX_ORDER = 6

Definition at line 372 of file cme.h.

Referenced by CSimulation::CalcSavitzkyGolay().

◆ SCAPE_DIR

string const SCAPE_DIR = "scape/"

Definition at line 768 of file cme.h.

Referenced by CSimulation::nReadShapeFunctionFile().

◆ SCAPE_SHAPE_FUNCTION_FILE

string const SCAPE_SHAPE_FUNCTION_FILE = "ShapeFunction.dat"

Definition at line 769 of file cme.h.

Referenced by CSimulation::nReadShapeFunctionFile().

◆ SEDIMENT_ELEV_TOLERANCE

◆ SEDIMENT_INPUT_EVENT_ERROR

unsigned long const SEDIMENT_INPUT_EVENT_ERROR = -1

◆ SEDIMENT_INPUT_EVENT_LOCATION_ID

string const SEDIMENT_INPUT_EVENT_LOCATION_ID = "id"

Definition at line 811 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ SEDIMENT_INPUT_EVENT_LOCATION_LINE_GEOMETRY

int const SEDIMENT_INPUT_EVENT_LOCATION_LINE_GEOMETRY = VEC_GEOMETRY_LINE

Definition at line 485 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ SEDIMENT_INPUT_EVENT_LOCATION_MAX_LAYER

int const SEDIMENT_INPUT_EVENT_LOCATION_MAX_LAYER = 1

Definition at line 482 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ SEDIMENT_INPUT_EVENT_LOCATION_POINT_GEOMETRY

int const SEDIMENT_INPUT_EVENT_LOCATION_POINT_GEOMETRY = VEC_GEOMETRY_POINT

Definition at line 483 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ SEDIMENT_INPUT_EVENT_LOCATION_VEC

int const SEDIMENT_INPUT_EVENT_LOCATION_VEC = 2

Definition at line 481 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadVectorGISFile().

◆ SEND_EMAIL

string const SEND_EMAIL = " - Sending email to "

Definition at line 761 of file cme.h.

Referenced by CSimulation::DoSimulationEnd().

◆ SIMULATING

string const SIMULATING = "\r - Simulating "

Definition at line 759 of file cme.h.

Referenced by CSimulation::AnnounceProgress().

◆ SLASH

char const SLASH = '/'

Definition at line 340 of file cme.h.

Referenced by CSimulation::bParseDate(), and CSimulation::WriteStartRunDetails().

◆ SMOOTH_NONE

int const SMOOTH_NONE = 0

Definition at line 655 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::WriteStartRunDetails().

◆ SMOOTH_RUNNING_MEAN

int const SMOOTH_RUNNING_MEAN = 1

Definition at line 656 of file cme.h.

Referenced by CSimulation::nTraceCoastLine(), and CSimulation::WriteStartRunDetails().

◆ SMOOTH_SAVITZKY_GOLAY

int const SMOOTH_SAVITZKY_GOLAY = 2

◆ SOUTH

◆ SOUTH_EAST

int const SOUTH_EAST = 4

◆ SOUTH_WEST

int const SOUTH_WEST = 6

◆ SPACE

◆ START_NOTICE

string const START_NOTICE = "- Started on "

Definition at line 733 of file cme.h.

Referenced by CSimulation::AnnounceLicence().

◆ STRAIGHT_COAST_MAX_DETAILED_CURVATURE

double const STRAIGHT_COAST_MAX_DETAILED_CURVATURE = -5

Definition at line 701 of file cme.h.

Referenced by CSimulation::DoCoastCurvature().

◆ STRAIGHT_COAST_MAX_SMOOTH_CURVATURE

double const STRAIGHT_COAST_MAX_SMOOTH_CURVATURE = -1

Definition at line 702 of file cme.h.

Referenced by CSimulation::DoCoastCurvature().

◆ SUSP_SED_RASTER

int const SUSP_SED_RASTER = 7

Definition at line 459 of file cme.h.

Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().

◆ TEXTURE_COARSE

◆ TEXTURE_FINE

◆ TEXTURE_SAND

◆ THANKS

string const THANKS = "Many thanks to:\n\tTom Ashby\n\tManuel Cobos Budia\n\tWilf Chun\n\tMark Dickson\n\tJim W. Hall\n\tMartin D. Hurst\n\tMatthew Ives\n\tRobert J. Nicholls\n\tIan Townend\n\tMike J.A. Walkden"

Definition at line 723 of file cme.h.

Referenced by CSimulation::nHandleCommandLineParams().

◆ TILDE

char const TILDE = '~'

Definition at line 342 of file cme.h.

Referenced by CSimulation::bReadIniFile(), and CSimulation::bReadRunDataFile().

◆ TIME_DAYS

int const TIME_DAYS = 1

◆ TIME_HOURS

int const TIME_HOURS = 0

◆ TIME_MONTHS

int const TIME_MONTHS = 2

◆ TIME_SERIES_BEACH_CHANGE_NET_CODE

string const TIME_SERIES_BEACH_CHANGE_NET_CODE = "beach_change_net"

Definition at line 1104 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().

◆ TIME_SERIES_BEACH_CHANGE_NET_NAME

string const TIME_SERIES_BEACH_CHANGE_NET_NAME = "beach_change_net"

Definition at line 1103 of file cme.h.

Referenced by CSimulation::bSetUpTSFiles().

◆ TIME_SERIES_BEACH_DEPOSITION_CODE

string const TIME_SERIES_BEACH_DEPOSITION_CODE = "beach_deposition"

Definition at line 1101 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().

◆ TIME_SERIES_BEACH_DEPOSITION_NAME

string const TIME_SERIES_BEACH_DEPOSITION_NAME = "beach_deposition"

Definition at line 1100 of file cme.h.

Referenced by CSimulation::bSetUpTSFiles().

◆ TIME_SERIES_BEACH_EROSION_CODE

string const TIME_SERIES_BEACH_EROSION_CODE = "beach_erosion"

Definition at line 1098 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().

◆ TIME_SERIES_BEACH_EROSION_NAME

string const TIME_SERIES_BEACH_EROSION_NAME = "beach_erosion"

Definition at line 1097 of file cme.h.

Referenced by CSimulation::bSetUpTSFiles().

◆ TIME_SERIES_CLIFF_COLLAPSE_DEPOSITION_CODE

string const TIME_SERIES_CLIFF_COLLAPSE_DEPOSITION_CODE = "cliff_collapse_deposition"

Definition at line 1092 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().

◆ TIME_SERIES_CLIFF_COLLAPSE_DEPOSITION_NAME

string const TIME_SERIES_CLIFF_COLLAPSE_DEPOSITION_NAME = "cliff_collapse_deposition"

Definition at line 1091 of file cme.h.

Referenced by CSimulation::bSetUpTSFiles().

◆ TIME_SERIES_CLIFF_COLLAPSE_EROSION_CODE

string const TIME_SERIES_CLIFF_COLLAPSE_EROSION_CODE = "cliff_collapse_erosion"

Definition at line 1089 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().

◆ TIME_SERIES_CLIFF_COLLAPSE_EROSION_NAME

string const TIME_SERIES_CLIFF_COLLAPSE_EROSION_NAME = "cliff_collapse_erosion"

Definition at line 1088 of file cme.h.

Referenced by CSimulation::bSetUpTSFiles().

◆ TIME_SERIES_CLIFF_COLLAPSE_NET_CODE

string const TIME_SERIES_CLIFF_COLLAPSE_NET_CODE = "cliff_collapse_net"

Definition at line 1095 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().

◆ TIME_SERIES_CLIFF_COLLAPSE_NET_NAME

string const TIME_SERIES_CLIFF_COLLAPSE_NET_NAME = "cliff_collapse_net"

Definition at line 1094 of file cme.h.

Referenced by CSimulation::bSetUpTSFiles().

◆ TIME_SERIES_FLOOD_SETUP_SURGE_CODE

string const TIME_SERIES_FLOOD_SETUP_SURGE_CODE = "flood_setup_surge"

◆ TIME_SERIES_FLOOD_SETUP_SURGE_NAME

string const TIME_SERIES_FLOOD_SETUP_SURGE_NAME = "flood_setup_surge"

Definition at line 1109 of file cme.h.

◆ TIME_SERIES_FLOOD_SETUP_SURGE_RUNUP_CODE

string const TIME_SERIES_FLOOD_SETUP_SURGE_RUNUP_CODE = "flood_setup_surge_runup"

◆ TIME_SERIES_FLOOD_SETUP_SURGE_RUNUP_NAME

string const TIME_SERIES_FLOOD_SETUP_SURGE_RUNUP_NAME = "flood_setup_surge_runup"

Definition at line 1112 of file cme.h.

◆ TIME_SERIES_PLATFORM_EROSION_CODE

string const TIME_SERIES_PLATFORM_EROSION_CODE = "platform_erosion"

Definition at line 1086 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().

◆ TIME_SERIES_PLATFORM_EROSION_NAME

string const TIME_SERIES_PLATFORM_EROSION_NAME = "platform_erosion"

Definition at line 1085 of file cme.h.

Referenced by CSimulation::bSetUpTSFiles().

◆ TIME_SERIES_SEA_AREA_CODE

string const TIME_SERIES_SEA_AREA_CODE = "sea_area"

Definition at line 1080 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().

◆ TIME_SERIES_SEA_AREA_NAME

string const TIME_SERIES_SEA_AREA_NAME = "sea_area"

Definition at line 1079 of file cme.h.

Referenced by CSimulation::bSetUpTSFiles().

◆ TIME_SERIES_STILL_WATER_LEVEL_CODE

string const TIME_SERIES_STILL_WATER_LEVEL_CODE = "water_level"

Definition at line 1083 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().

◆ TIME_SERIES_STILL_WATER_LEVEL_NAME

string const TIME_SERIES_STILL_WATER_LEVEL_NAME = "still_water_level"

Definition at line 1082 of file cme.h.

Referenced by CSimulation::bSetUpTSFiles().

◆ TIME_SERIES_SUSPENDED_SEDIMENT_CODE

string const TIME_SERIES_SUSPENDED_SEDIMENT_CODE = "suspended"

Definition at line 1107 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().

◆ TIME_SERIES_SUSPENDED_SEDIMENT_NAME

string const TIME_SERIES_SUSPENDED_SEDIMENT_NAME = "suspended_sediment"

Definition at line 1106 of file cme.h.

Referenced by CSimulation::bSetUpTSFiles().

◆ TIME_UNKNOWN

◆ TIME_YEARS

int const TIME_YEARS = 3

◆ TOLERANCE

double const TOLERANCE = 1e-7

Definition at line 698 of file cme.h.

Referenced by CGeomCell::bBasementElevIsMissingValue(), CSimulation::bCheckForIntersection(), CSimulation::bReadRunDataFile(), CSimulation::bWriteRasterGISFile(), CSimulation::bWriteVectorGISFile(), CSimulation::CalcCoastTangents(), CSimulation::CalcD50AndFillWaveCalcHoles(), CSimulation::CalcTime(), CSimulation::dCalcBeachProtectionFactor(), CSimulation::dCalcCurvature(), CSimulation::DoActualPlatformErosionOnCell(), CSimulation::DoAllPotentialBeachErosion(), CSimulation::DoCoastCurvature(), CSimulation::FillInBeachProtectionHoles(), CSimulation::FillPotentialPlatformErosionHoles(), CSimulation::FindAllSeaCells(), CSimulation::FloodFillSea(), CSimulation::GetRasterOutputMinMax(), CSimulation::InterpolateWaveHeightToCoastPoints(), CSimulation::InterpolateWavePropertiesBetweenProfiles(), LULinearSolve(), CSimulation::ModifyBreakingWavePropertiesWithinShadowZoneToCoastline(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nCalcPotentialPlatformErosionOnProfile(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nDoAllPropagateWaves(), CSimulation::nDoAllShadowZones(), CSimulation::nDoAllWaveEnergyToCoastLandforms(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoSimulation(), CSimulation::nDoUnconsErosionOnPolygon(), CSimulation::nGetCoastNormalEndPoint(), CSimulation::nGetThisProfileElevationsForCShore(), CSimulation::nInterpolateAllDeepWaterWaveValues(), CSimulation::nInterpolateWavesToPolygonCells(), CSimulation::nReadRasterBasementDEM(), CSimulation::nReadRasterGISFile(), CSimulation::nReadWaveStationInputFile(), CGeom2DPoint::operator!=(), CGeom2DPoint::operator!=(), CGeom2DPoint::operator==(), CGeom2DPoint::operator==(), CSimulation::ProcessDownDriftCell(), CSimulation::PtGetPerpendicular(), CSimulation::PtiGetPerpendicular(), CSimulation::PtiGetPerpendicular(), strDblRight(), strRightPerCent(), VdInterpolateCShoreProfileOutput(), and CSimulation::WriteStartRunDetails().

◆ UNCONS_SEDIMENT_EQUATION_CERC

◆ UNCONS_SEDIMENT_EQUATION_KAMPHUIS

◆ USAGE

string const USAGE = "Usage: cme [OPTION]..."

Definition at line 726 of file cme.h.

Referenced by CSimulation::nHandleCommandLineParams().

◆ USAGE1

string const USAGE1 = " --gdal List GDAL drivers"

Definition at line 727 of file cme.h.

Referenced by CSimulation::nHandleCommandLineParams().

◆ USAGE2

string const USAGE2 = " --about Information about this program"

Definition at line 728 of file cme.h.

Referenced by CSimulation::nHandleCommandLineParams().

◆ USAGE3

string const USAGE3 = " --help Display this text"

Definition at line 729 of file cme.h.

Referenced by CSimulation::nHandleCommandLineParams().

◆ USAGE4

string const USAGE4 = " --home=DIRECTORY Specify the location of the .ini file etc."

Definition at line 730 of file cme.h.

Referenced by CSimulation::nHandleCommandLineParams().

◆ USAGE5

string const USAGE5 = " --datafile=FILE Specify the location and name of the main datafile"

Definition at line 731 of file cme.h.

Referenced by CSimulation::nHandleCommandLineParams().

◆ USE_DEEP_WATER_FOR_SHADOW_LINE

bool const USE_DEEP_WATER_FOR_SHADOW_LINE = true

Definition at line 348 of file cme.h.

◆ VEC_FIELD_DATA_ANY

int const VEC_FIELD_DATA_ANY = 0

Definition at line 465 of file cme.h.

◆ VEC_FIELD_DATA_INT

int const VEC_FIELD_DATA_INT = 1

Definition at line 466 of file cme.h.

◆ VEC_FIELD_DATA_OTHER

int const VEC_FIELD_DATA_OTHER = 4

Definition at line 469 of file cme.h.

◆ VEC_FIELD_DATA_REAL

int const VEC_FIELD_DATA_REAL = 2

Definition at line 467 of file cme.h.

◆ VEC_FIELD_DATA_STRING

int const VEC_FIELD_DATA_STRING = 3

Definition at line 468 of file cme.h.

◆ VEC_GEOMETRY_LINE

int const VEC_GEOMETRY_LINE = 2

Definition at line 473 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ VEC_GEOMETRY_OTHER

int const VEC_GEOMETRY_OTHER = 4

Definition at line 475 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ VEC_GEOMETRY_POINT

int const VEC_GEOMETRY_POINT = 1

Definition at line 472 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ VEC_GEOMETRY_POLYGON

int const VEC_GEOMETRY_POLYGON = 3

Definition at line 474 of file cme.h.

Referenced by CSimulation::nReadVectorGISFile().

◆ VECTOR_ALL_OUTPUT_CODE

string const VECTOR_ALL_OUTPUT_CODE = "all"

Definition at line 1006 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ VECTOR_ALL_RIVER_FLOOD_OUTPUT_CODE

string const VECTOR_ALL_RIVER_FLOOD_OUTPUT_CODE = "all"

Definition at line 1008 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ VECTOR_AVG_WAVE_ANGLE_AND_HEIGHT_CODE

string const VECTOR_AVG_WAVE_ANGLE_AND_HEIGHT_CODE = "avg_wave_angle"

Definition at line 1020 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_AVG_WAVE_ANGLE_AND_HEIGHT_NAME

string const VECTOR_AVG_WAVE_ANGLE_AND_HEIGHT_NAME = "avg_wave_angle"

Definition at line 1019 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_BREAKING_WAVE_HEIGHT_CODE

string const VECTOR_BREAKING_WAVE_HEIGHT_CODE = "breaking_wave_height"

Definition at line 1025 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_BREAKING_WAVE_HEIGHT_NAME

string const VECTOR_BREAKING_WAVE_HEIGHT_NAME = "breaking_wave_height"

Definition at line 1026 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_CLIFF_NOTCH_SIZE_CODE

string const VECTOR_CLIFF_NOTCH_SIZE_CODE = "cliff_notch"

Definition at line 1031 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_CLIFF_NOTCH_SIZE_NAME

string const VECTOR_CLIFF_NOTCH_SIZE_NAME = "cliff_notch"

Definition at line 1032 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_COAST_CODE

string const VECTOR_COAST_CODE = "coast"

Definition at line 1009 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_COAST_CURVATURE_CODE

string const VECTOR_COAST_CURVATURE_CODE = "coast_curvature"

Definition at line 1015 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_COAST_CURVATURE_NAME

string const VECTOR_COAST_CURVATURE_NAME = "coast_curvature"

Definition at line 1016 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_COAST_NAME

string const VECTOR_COAST_NAME = "coast"

Definition at line 1010 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT_CODE

string const VECTOR_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT_CODE = "deep_water_wave_angle"

Definition at line 1037 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT_NAME

string const VECTOR_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT_NAME = "deep_water_wave_angle"

Definition at line 1038 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_DOWNDRIFT_BOUNDARY_CODE

string const VECTOR_DOWNDRIFT_BOUNDARY_CODE = "downdrift_boundary"

Definition at line 1035 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_DOWNDRIFT_BOUNDARY_NAME

string const VECTOR_DOWNDRIFT_BOUNDARY_NAME = "downdrift_boundary"

Definition at line 1036 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_FLOOD_LINE_CODE

string const VECTOR_FLOOD_LINE_CODE = "flood_line"

Definition at line 1045 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ VECTOR_FLOOD_LINE_NAME

string const VECTOR_FLOOD_LINE_NAME = "flood_line"

Definition at line 1046 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_FLOOD_SWL_SETUP_LINE_CODE

string const VECTOR_FLOOD_SWL_SETUP_LINE_CODE = "setup"

Definition at line 1047 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ VECTOR_FLOOD_SWL_SETUP_LINE_NAME

string const VECTOR_FLOOD_SWL_SETUP_LINE_NAME = "setup"

Definition at line 1048 of file cme.h.

◆ VECTOR_FLOOD_SWL_SETUP_SURGE_LINE_CODE

string const VECTOR_FLOOD_SWL_SETUP_SURGE_LINE_CODE = "setup_surge"

Definition at line 1049 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ VECTOR_FLOOD_SWL_SETUP_SURGE_LINE_NAME

string const VECTOR_FLOOD_SWL_SETUP_SURGE_LINE_NAME = "setup_surge"

Definition at line 1050 of file cme.h.

◆ VECTOR_FLOOD_SWL_SETUP_SURGE_RUNUP_LINE_CODE

string const VECTOR_FLOOD_SWL_SETUP_SURGE_RUNUP_LINE_CODE = "setup_surge_runup"

Definition at line 1051 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ VECTOR_FLOOD_SWL_SETUP_SURGE_RUNUP_LINE_NAME

string const VECTOR_FLOOD_SWL_SETUP_SURGE_RUNUP_LINE_NAME = "setup_surge_runup"

Definition at line 1052 of file cme.h.

◆ VECTOR_INVALID_NORMALS_CODE

string const VECTOR_INVALID_NORMALS_CODE = "invalid_normals"

Definition at line 1013 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_INVALID_NORMALS_NAME

string const VECTOR_INVALID_NORMALS_NAME = "invalid_normals"

Definition at line 1014 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_MEAN_WAVE_ENERGY_CODE

string const VECTOR_MEAN_WAVE_ENERGY_CODE = "mean_wave_energy"

Definition at line 1023 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_MEAN_WAVE_ENERGY_NAME

string const VECTOR_MEAN_WAVE_ENERGY_NAME = "mean_wave_energy"

Definition at line 1024 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_NORMALS_CODE

string const VECTOR_NORMALS_CODE = "normals"

Definition at line 1011 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_NORMALS_NAME

string const VECTOR_NORMALS_NAME = "normals"

Definition at line 1012 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_AVG_WAVE_ANGLE_AND_HEIGHT

int const VECTOR_PLOT_AVG_WAVE_ANGLE_AND_HEIGHT = 1

Definition at line 553 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_AVG_WAVE_ANGLE_AND_HEIGHT_TITLE

string const VECTOR_PLOT_AVG_WAVE_ANGLE_AND_HEIGHT_TITLE = "Average wave orientation and height"

Definition at line 1055 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_BREAKING_WAVE_HEIGHT

int const VECTOR_PLOT_BREAKING_WAVE_HEIGHT = 2

Definition at line 554 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_BREAKING_WAVE_HEIGHT_TITLE

string const VECTOR_PLOT_BREAKING_WAVE_HEIGHT_TITLE = "Breaking wave height"

Definition at line 1056 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_CLIFF_NOTCH_SIZE

int const VECTOR_PLOT_CLIFF_NOTCH_SIZE = 3

Definition at line 555 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_CLIFF_NOTCH_SIZE_TITLE

string const VECTOR_PLOT_CLIFF_NOTCH_SIZE_TITLE = "Cliff notch incision"

Definition at line 1057 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_COAST

int const VECTOR_PLOT_COAST = 4

Definition at line 556 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_COAST_CURVATURE

int const VECTOR_PLOT_COAST_CURVATURE = 5

Definition at line 557 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_COAST_CURVATURE_TITLE

string const VECTOR_PLOT_COAST_CURVATURE_TITLE = "Coastline curvature"

Definition at line 1058 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_COAST_TITLE

string const VECTOR_PLOT_COAST_TITLE = "Coastline"

Definition at line 1059 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT

int const VECTOR_PLOT_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT = 6

Definition at line 558 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT_TITLE

string const VECTOR_PLOT_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT_TITLE = "Deep water wave orientation and height"

Definition at line 1060 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_DOWNDRIFT_BOUNDARY

int const VECTOR_PLOT_DOWNDRIFT_BOUNDARY = 7

Definition at line 559 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_DOWNDRIFT_BOUNDARY_TITLE

string const VECTOR_PLOT_DOWNDRIFT_BOUNDARY_TITLE = "Downdrift zone boundary"

Definition at line 1061 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_FLOOD_LINE

int const VECTOR_PLOT_FLOOD_LINE = 19

Definition at line 571 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_FLOOD_LINE_TITLE

string const VECTOR_PLOT_FLOOD_LINE_TITLE = "Flood "

Definition at line 1073 of file cme.h.

◆ VECTOR_PLOT_FLOOD_SWL_SETUP_LINE_TITLE

string const VECTOR_PLOT_FLOOD_SWL_SETUP_LINE_TITLE = "SWL-Setup line"

Definition at line 1074 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_FLOOD_SWL_SETUP_SURGE_LINE_TITLE

string const VECTOR_PLOT_FLOOD_SWL_SETUP_SURGE_LINE_TITLE = "SWL-Setup-Surge line"

Definition at line 1075 of file cme.h.

◆ VECTOR_PLOT_FLOOD_SWL_SETUP_SURGE_RUNUP_LINE_TITLE

string const VECTOR_PLOT_FLOOD_SWL_SETUP_SURGE_RUNUP_LINE_TITLE = "SWL-Setup-Surge-Runup line"

Definition at line 1076 of file cme.h.

◆ VECTOR_PLOT_INVALID_NORMALS

int const VECTOR_PLOT_INVALID_NORMALS = 8

Definition at line 560 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_INVALID_NORMALS_TITLE

string const VECTOR_PLOT_INVALID_NORMALS_TITLE = "INVALID Coastline-normal profiles"

Definition at line 1062 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_MEAN_WAVE_ENERGY

int const VECTOR_PLOT_MEAN_WAVE_ENERGY = 9

Definition at line 561 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_MEAN_WAVE_ENERGY_TITLE

string const VECTOR_PLOT_MEAN_WAVE_ENERGY_TITLE = "Mean wave energy"

Definition at line 1063 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_NORMALS

int const VECTOR_PLOT_NORMALS = 10

Definition at line 562 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_NORMALS_TITLE

string const VECTOR_PLOT_NORMALS_TITLE = "Coastline-normal profiles"

Definition at line 1064 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_POLYGON_BOUNDARY

int const VECTOR_PLOT_POLYGON_BOUNDARY = 11

Definition at line 563 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_POLYGON_BOUNDARY_TITLE

string const VECTOR_PLOT_POLYGON_BOUNDARY_TITLE = "Polygons"

Definition at line 1065 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_POLYGON_NODES

int const VECTOR_PLOT_POLYGON_NODES = 12

Definition at line 564 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_POLYGON_NODES_TITLE

string const VECTOR_PLOT_POLYGON_NODES_TITLE = "Polygon nodes"

Definition at line 1066 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_RUN_UP

int const VECTOR_PLOT_RUN_UP = 18

Definition at line 570 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_RUN_UP_TITLE

string const VECTOR_PLOT_RUN_UP_TITLE = "Run up"

Definition at line 1072 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_SHADOW_BOUNDARY

int const VECTOR_PLOT_SHADOW_BOUNDARY = 13

Definition at line 565 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_SHADOW_BOUNDARY_TITLE

string const VECTOR_PLOT_SHADOW_BOUNDARY_TITLE = "Shadow zone boundary"

Definition at line 1067 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_STORM_SURGE

int const VECTOR_PLOT_STORM_SURGE = 17

Definition at line 569 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_STORM_SURGE_TITLE

string const VECTOR_PLOT_STORM_SURGE_TITLE = "Storm surge"

Definition at line 1071 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_WAVE_ANGLE_AND_HEIGHT

int const VECTOR_PLOT_WAVE_ANGLE_AND_HEIGHT = 14

Definition at line 566 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_WAVE_ANGLE_AND_HEIGHT_TITLE

string const VECTOR_PLOT_WAVE_ANGLE_AND_HEIGHT_TITLE = "Wave orientation and height"

Definition at line 1068 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_WAVE_ENERGY_SINCE_COLLAPSE

int const VECTOR_PLOT_WAVE_ENERGY_SINCE_COLLAPSE = 15

Definition at line 567 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_WAVE_ENERGY_SINCE_COLLAPSE_TITLE

string const VECTOR_PLOT_WAVE_ENERGY_SINCE_COLLAPSE_TITLE = "Wave energy since collapse"

Definition at line 1069 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_PLOT_WAVE_SETUP

int const VECTOR_PLOT_WAVE_SETUP = 16

Definition at line 568 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().

◆ VECTOR_PLOT_WAVE_SETUP_TITLE

string const VECTOR_PLOT_WAVE_SETUP_TITLE = "Wave setup"

Definition at line 1070 of file cme.h.

Referenced by CSimulation::bSaveAllVectorGISFiles().

◆ VECTOR_POLYGON_BOUNDARY_CODE

string const VECTOR_POLYGON_BOUNDARY_CODE = "polygon"

Definition at line 1029 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_POLYGON_BOUNDARY_NAME

string const VECTOR_POLYGON_BOUNDARY_NAME = "polygon"

Definition at line 1030 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_POLYGON_NODE_CODE

string const VECTOR_POLYGON_NODE_CODE = "polygon_node"

Definition at line 1027 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_POLYGON_NODE_NAME

string const VECTOR_POLYGON_NODE_NAME = "polygon_node"

Definition at line 1028 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_RUN_UP_CODE

string const VECTOR_RUN_UP_CODE = "run_up"

Definition at line 1043 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ VECTOR_RUN_UP_NAME

string const VECTOR_RUN_UP_NAME = "run_up"

Definition at line 1044 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_SHADOW_BOUNDARY_CODE

string const VECTOR_SHADOW_BOUNDARY_CODE = "shadow_boundary"

Definition at line 1033 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_SHADOW_BOUNDARY_NAME

string const VECTOR_SHADOW_BOUNDARY_NAME = "shadow_boundary"

Definition at line 1034 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_STORM_SURGE_CODE

string const VECTOR_STORM_SURGE_CODE = "storm_surge"

Definition at line 1041 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ VECTOR_STORM_SURGE_NAME

string const VECTOR_STORM_SURGE_NAME = "storm_surge"

Definition at line 1042 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_USUAL_OUTPUT_CODE

string const VECTOR_USUAL_OUTPUT_CODE = "usual"

Definition at line 1007 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ VECTOR_WAVE_ANGLE_AND_HEIGHT_CODE

string const VECTOR_WAVE_ANGLE_AND_HEIGHT_CODE = "wave_angle"

Definition at line 1017 of file cme.h.

Referenced by CSimulation::strListVectorFiles().

◆ VECTOR_WAVE_ANGLE_AND_HEIGHT_NAME

string const VECTOR_WAVE_ANGLE_AND_HEIGHT_NAME = "wave_angle"

Definition at line 1018 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_WAVE_ENERGY_SINCE_COLLAPSE_CODE

string const VECTOR_WAVE_ENERGY_SINCE_COLLAPSE_CODE = "wave_energy"

Definition at line 1021 of file cme.h.

Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().

◆ VECTOR_WAVE_ENERGY_SINCE_COLLAPSE_NAME

string const VECTOR_WAVE_ENERGY_SINCE_COLLAPSE_NAME = "wave_energy"

Definition at line 1022 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ VECTOR_WAVE_SETUP_CODE

string const VECTOR_WAVE_SETUP_CODE = "wave_setup"

Definition at line 1039 of file cme.h.

Referenced by CSimulation::bReadRunDataFile().

◆ VECTOR_WAVE_SETUP_NAME

string const VECTOR_WAVE_SETUP_NAME = "wave_setup"

Definition at line 1040 of file cme.h.

Referenced by CSimulation::bWriteVectorGISFile().

◆ WALKDEN_HALL_PARAM_1

double const WALKDEN_HALL_PARAM_1 = 3.25

Definition at line 687 of file cme.h.

Referenced by CSimulation::nDoAllPropagateWaves().

◆ WALKDEN_HALL_PARAM_2

double const WALKDEN_HALL_PARAM_2 = 1.50

Definition at line 688 of file cme.h.

Referenced by CSimulation::nDoAllPropagateWaves().

◆ WARN

◆ WAVE_ENERGY_FLUX

string const WAVE_ENERGY_FLUX = "wave_energy_flux"

Definition at line 1116 of file cme.h.

◆ WAVE_HEIGHT_X_FILENAME

string const WAVE_HEIGHT_X_FILENAME = "wave_height_x.csv"

Definition at line 1117 of file cme.h.

◆ WAVE_HEIGHT_Y_FILENAME

string const WAVE_HEIGHT_Y_FILENAME = "wave_height_y.csv"

Definition at line 1118 of file cme.h.

◆ WAVE_MODEL_COVE

int const WAVE_MODEL_COVE = 0

◆ WAVE_MODEL_CSHORE

int const WAVE_MODEL_CSHORE = 1

◆ WEST