CoastalME (Coastal Modelling Environment)
Simulates the long-term behaviour of complex coastlines
|
This file contains global definitions for CoastalME. More...
#include <climits>
#include <string>
#include <sstream>
Go to the source code of this file.
Data Structures | |
class | string |
STL class. More... | |
class | ostream |
STL class. More... | |
class | ostringstream |
STL class. More... | |
Functions | |
template<class T> | |
T | tMax (T a, T b) |
template<class T> | |
T | tMax (T a, T b, T c) |
template<class T> | |
T | tMin (T a, T b) |
template<class T> | |
T | tMin (T a, T b, T c) |
template<class T> | |
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_TRUNCATED_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 | NUMBER_OF_RNGS = 2 |
int const | SAVEMAX = 100000 |
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 = 2 |
int const | MIN_INLAND_OFFSET_UNCONS_EROSION = 5 |
int const | MIN_PARALLEL_PROFILE_SIZE = 3 |
int const | MIN_PROFILE_SIZE = 3 |
int const | DEFAULT_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_DEPOSITION_SAND = 15 |
int const | RASTER_PLOT_CLIFF_COLLAPSE_DEPOSITION_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_PROFILE = 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_DEPOSITION_SAND = 51 |
int const | RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSITION_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 | RASTER_PLOT_SLOPE = 62 |
int const | RASTER_PLOT_CLIFF = 63 |
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_CLIFF_EDGE = 20 |
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_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_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 | INTERVENTION_PROFILE_SPACING_FACTOR = 0.5 |
double const | DBL_NODATA = -9999 |
string const | PROGRAM_NAME = "Coastal Modelling Environment (CoastalME) version 1.3.23 (23 Jun 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 = "<-----ELAPSED----><--SEA-><----POTENTIAL---><-----------ACTUAL-----------><-----POTENTIAL-----><------------ACTUAL-------------><-----------ACTUAL------------><--SEDIMENT--><---CLIFF COLLAPSE---><SUSP>" |
string const | PER_ITER_HEAD2 = " TIME DEPTH PLATFORM EROSION PLATFORM EROSION BEACH EROSION BEACH EROSION BEACH DEPOSITION INPUT EVENT EROSION DEPOSITION SED" |
string const | PER_ITER_HEAD3 = "Time Hours Years Avg % Sea All Erod % Sea All Erod <--sea avg-> % Sea All Erod % Sea All Erod <--sea avg-> % Sea All Depos <--sea--> <-coast avg-><--sea-->" |
string const | PER_ITER_HEAD4 = "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" |
string const | PER_ITER_HEAD5 = " Avg Avg Avg Avg Avg Avg Avg Avg Avg" |
string const | PER_ITER_HEAD = "PER-ITERATION RESULTS =============================================================================================================================================================================================" |
string const | PER_ITER_CSV_HEAD = "Timestep,Hours, Years, AvgSeaDepth_m, PotPlatformErosion_PctSeaArea, PotPlatformErosion_AllAvg_mm, PotPlatformErosion_ErodAvg_mm, ActPlatformErosion_PctSeaArea, ActPlatformErosion_AllAvg_mm, ActPlatformErosion_ErodAvg_mm, ActPlatformErosion_Fine_mm, ActPlatformErosion_Sand_mm, ActPlatformErosion_Coarse_mm, PotBeachErosion_PctSeaArea, PotBeachErosion_AllAvg_mm, PotBeachErosion_ErodAvg_mm, ActBeachErosion_PctSeaArea, ActBeachErosion_AllAvg_mm, ActBeachErosion_ErodAvg_mm, ActBeachErosion_Fine_mm, ActBeachErosion_Sand_mm, ActBeachErosion_Coarse_mm, BeachDeposition_PctSeaArea, BeachDeposition_AllAvg_mm, BeachDeposition_DepAvg_mm, BeachDeposition_Sand_mm, BeachDeposition_Coarse_mm, SedimentInput_Fine, SedimentInput_Sand, SedimentInput_Coarse, CliffCollapse_Fine_mm, CliffCollapse_Sand_mm, CliffCollapse_Coarse_mm, CliffDeposition_Sand_mm, CliffDeposition_Coarse_mm, SuspendedSediment_mm, GISEvents" |
string const | ENDHYDROLOGYHEAD = "END OF SIMULATION: HYDROLOGY ======================================================================================================================================================================================" |
string const | ENDSEDIMENTHEAD = "END OF SIMULATION: SEDIMENT MOVEMENT ==============================================================================================================================================================================" |
string const | PERFORMHEAD = "END OF SIMULATION: PERFORMANCE ====================================================================================================================================================================================" |
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_SLOPE_CODE = "slope" |
string const | RASTER_SLOPE_NAME = "slope" |
string const | RASTER_CLIFF_CODE = "cliff" |
string const | RASTER_CLIFF_NAME = "cliff" |
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_DEPOSITION_SAND_TITLE = "Depth of sand talus from cliff collapse" |
string const | RASTER_PLOT_CLIFF_COLLAPSE_DEPOSITION_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_SLOPE_TITLE = "Raster slope" |
string const | RASTER_PLOT_CLIFF_TITLE = "iCliff cells" |
string const | RASTER_PLOT_NORMAL_PROFILE_TITLE = "Rasterized normal profiles" |
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_DEPOSITION_SAND_TITLE = "Total depth of sand talus from cliff collapse" |
string const | RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSITION_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_CLIFF_EDGE_CODE = "cliff_edge" |
string const | VECTOR_CLIFF_EDGE_NAME = "cliff_edge" |
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_CLIFF_EDGE_TITLE = "Cliff edge" |
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" |
This file contains global definitions for CoastalME.
Definition in file cme.h.
bool bFPIsEqual | ( | const T | d1, |
const T | d2, | ||
const T | dEpsilon ) |
Definition at line 1284 of file cme.h.
Referenced by CGeomCell::bBasementElevIsMissingValue(), CSimulation::bCheckForIntersection(), CSimulation::bReadRunDataFile(), CSimulation::bWriteRasterGISFile(), CSimulation::bWriteVectorGISFile(), CSimulation::CalcCoastTangents(), CSimulation::CalcD50AndFillWaveCalcHoles(), CSimulation::CalcTime(), CSimulation::CellByCellFillSea(), CSimulation::dCalcBeachProtectionFactor(), CSimulation::dCalcCurvature(), CSimulation::DoActualPlatformErosionOnCell(), CSimulation::DoAllPotentialBeachErosion(), CSimulation::DoCoastCurvature(), CSimulation::DoEndOfTimestepTotals(), CSimulation::FillInBeachProtectionHoles(), CSimulation::FillPotentialPlatformErosionHoles(), CSimulation::FindAllSeaCells(), CSimulation::GetRasterOutputMinMax(), CSimulation::InterpolateWaveHeightToCoastPoints(), CSimulation::InterpolateWavePropertiesBetweenProfiles(), LULinearSolve(), CSimulation::ModifyBreakingWavePropertiesWithinShadowZoneToCoastline(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nCalcPotentialPlatformErosionOnProfile(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nDoAllPropagateWaves(), CSimulation::nDoAllShadowZones(), CSimulation::nDoAllWaveEnergyToCoastLandforms(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoPolygonSharedBoundaries(), 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().
string strDblToStr | ( | const T & | t | ) |
Definition at line 1273 of file cme.h.
Referenced by CSimulation::nCreateAllProfiles().
T tAbs | ( | T | a | ) |
Definition at line 1261 of file cme.h.
Referenced by CSimulation::AppendEnsureNoGap(), bFPIsEqual(), CSimulation::CreateRasterizedProfile(), CSimulation::DoAllPotentialBeachErosion(), CSimulation::DoShadowZoneAndDownDriftZone(), CSimulation::FloodFillLand(), CSimulation::LSmoothCoastRunningMean(), LUDecomp(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nDoSedimentInputEvent(), nFindIndex(), CSimulation::nInterpolateWavesToPolygonCells(), CSimulation::nReadRasterBasementDEM(), CSimulation::nReadRasterGISFile(), CSimulation::ProcessShadowZoneCell(), CSimulation::RasterizeCliffCollapseProfile(), and CSimulation::RasterizePolygonJoiningLine().
T tMax | ( | T | a, |
T | b ) |
Definition at line 1240 of file cme.h.
Referenced by CSimulation::AppendEnsureNoGap(), CSimulation::CreateRasterizedProfile(), CSimulation::dCalcBeachProtectionFactor(), CSimulation::DoShadowZoneAndDownDriftZone(), CSimulation::dVSmoothProfileSlope(), CSimulation::KeepWithinValidGrid(), CSimulation::LocateAndCreateProfiles(), CSimulation::LSmoothCoastRunningMean(), CSimulation::nCalcExternalForcing(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nCalcPotentialPlatformErosionOnProfile(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nCheckAllProfiles(), CSimulation::nDoAllShadowZones(), CSimulation::nDoSedimentInputEvent(), CSimulation::nDoSimulation(), CSimulation::RasterizeCliffCollapseProfile(), CSimulation::RasterizePolygonJoiningLine(), CGeomCell::SetSeaDepth(), CSimulation::strDispSimTime(), and CSimulation::strDispTime().
T tMin | ( | T | a, |
T | b ) |
Definition at line 1251 of file cme.h.
Referenced by CSimulation::CalcSavitzkyGolay(), CRWCliff::DeepenErosionalNotch(), CSimulation::DoActualPlatformErosionOnCell(), CSimulation::DoAllPotentialBeachErosion(), CSimulation::dVSmoothProfileSlope(), CSimulation::ErodeCellBeachSedimentSupplyLimited(), CSimulation::KeepWithinValidGrid(), CSimulation::LocateAndCreateProfiles(), CSimulation::LSmoothCoastRunningMean(), CSimulation::nCalcExternalForcing(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nCalcPotentialPlatformErosionOnProfile(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nCheckAllProfiles(), CSimulation::nCreateAllPolygons(), CSimulation::nDoAllActualBeachErosionAndDeposition(), CSimulation::nDoAllShadowZones(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoParallelProfileUnconsErosion(), CSimulation::nDoSimulation(), CSimulation::nDoUnconsDepositionOnPolygon(), and CSimulation::nInterpolateWavesToPolygonCells().
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 837 of file cme.h.
Referenced by CSimulation::nHandleCommandLineParams().
bool const ACCEPT_TRUNCATED_PROFILES = true |
Definition at line 455 of file cme.h.
Referenced by CSimulation::CreateRasterizedProfile(), and CSimulation::MarkProfilesOnGrid().
string const ADD_LAYERS = " - Adding sediment layers to raster grid" |
Definition at line 871 of file cme.h.
Referenced by CSimulation::AnnounceAddLayers().
string const ALLOCATE_MEMORY = " - Allocating memory for raster grid" |
Definition at line 870 of file cme.h.
Referenced by CSimulation::AnnounceAllocateMemory().
double const BEACH_PROTECTION_HB_RATIO = 0.23 |
Definition at line 799 of file cme.h.
Referenced by CSimulation::dCalcBeachProtectionFactor().
int const BUF_SIZE = 2048 |
Definition at line 463 of file cme.h.
Referenced by CSimulation::bFindExeDir(), and CSimulation::strGetComputerName().
double const CLIFF_COLLAPSE_HEIGHT_INCREMENT = 0.1 |
Definition at line 819 of file cme.h.
Referenced by CSimulation::nDoCliffCollapseDeposition().
int const CLIFF_COLLAPSE_LENGTH_INCREMENT = 10 |
Definition at line 787 of file cme.h.
Referenced by CSimulation::nDoCliffCollapseDeposition().
int const CLOCK_CHECK_ITERATION = 5000 |
Definition at line 465 of file cme.h.
Referenced by CSimulation::bTimeToQuit().
string const CME_INI = "cme.ini" |
Definition at line 826 of file cme.h.
Referenced by CSimulation::bReadIniFile().
int const COARSE_CONS_RASTER = 3 |
Definition at line 567 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().
int const COARSE_UNCONS_RASTER = 6 |
Definition at line 570 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().
int const COAST_LENGTH_MAX = 10 |
Definition at line 466 of file cme.h.
Referenced by CSimulation::nDoSimulation().
char const COLON = ':' |
Alias for strcasecmp() Alias for strncasecmp() Alias for strncasecmp() == 0 Alias for strcasecmp() == 0
Definition at line 444 of file cme.h.
Referenced by CSimulation::bReadIniFile(), CSimulation::bReadRunDataFile(), CSimulation::nReadWaveStationInputFile(), and CSimulation::WriteStartRunDetails().
char const COMMA = ',' |
Definition at line 445 of file cme.h.
Referenced by CSimulation::nReadSedimentInputEventFile(), and CSimulation::nReadWaveStationInputFile().
string const COPYRIGHT = "(C) 2025 Andres Payo and David Favis-Mortlock" |
Definition at line 828 of file cme.h.
Referenced by CSimulation::AnnounceLicence().
bool const CREATE_SHADOW_ZONE_IF_HITS_GRID_EDGE = true |
Definition at line 456 of file cme.h.
Referenced by CSimulation::nDoAllShadowZones().
string const CSHORE_DIR = "cshore/" |
Definition at line 887 of file cme.h.
Referenced by CSimulation::nCalcWavePropertiesOnProfile().
double const CSHORE_FRICTION_FACTOR = 0.015 |
Definition at line 808 of file cme.h.
Referenced by CSimulation::nGetThisProfileElevationsForCShore().
double const CSHORE_SURGE_LEVEL = 0.0 |
Definition at line 809 of file cme.h.
Referenced by CSimulation::nCalcWavePropertiesOnProfile().
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 470 of file cme.h.
Referenced by CSimulation::nCalcWavePropertiesOnProfile(), and CSimulation::WriteStartRunDetails().
string const CSVEXT = ".csv" |
Definition at line 916 of file cme.h.
Referenced by CSimulation::bSetUpTSFiles().
double const D50_COARSE_DEFAULT = 19.0 |
Definition at line 797 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
double const D50_FINE_DEFAULT = 0.0625 |
Definition at line 795 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
double const D50_SAND_DEFAULT = 0.42 |
Definition at line 796 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
char const DASH = '-' |
Definition at line 446 of file cme.h.
Referenced by CSimulation::bParseTime().
double const DBL_NODATA = -9999 |
Definition at line 822 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile(), CSimulation::bWriteVectorGISFile(), CGeomCell::CalcAllLayerElevsAndD50(), CSimulation::CalcD50AndFillWaveCalcHoles(), CGeomCell::CGeomCell(), CSimulation::CSimulation(), CSimulation::dCalcBeachProtectionFactor(), CSimulation::dCalcWaveAngleToCoastNormal(), CSimulation::DoAllPotentialBeachErosion(), CSimulation::FillInBeachProtectionHoles(), CSimulation::GetRasterOutputMinMax(), CGeomCell::InitCell(), CSimulation::InterpolateWaveHeightToCoastPoints(), CSimulation::InterpolateWavePropertiesBetweenProfiles(), CSimulation::ModifyBreakingWavePropertiesWithinShadowZoneToCoastline(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nCalcPotentialPlatformErosionOnProfile(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nDoAllPropagateWaves(), CSimulation::nDoAllShadowZones(), CSimulation::nDoAllWaveEnergyToCoastLandforms(), CSimulation::nReadWaveStationInputFile(), CSimulation::ProcessDownDriftCell(), CSimulation::PtAverage(), CSimulation::PtFindPointInPolygon(), and CRWCoast::SetCoastlineExtCRS().
double const DEAN_POWER = 2.0 / 3.0 |
Definition at line 805 of file cme.h.
Referenced by CSimulation::CalcDeanProfile(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoUnconsDepositionOnPolygon(), and CSimulation::nDoUnconsErosionOnPolygon().
string const DEEP_WATER_WAVE_STATION_ID = "id" |
Definition at line 918 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
int const DEEP_WATER_WAVE_STATIONS_MAX_LAYER = 1 |
Definition at line 591 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
int const DEEP_WATER_WAVE_STATIONS_POINT_GEOMETRY = VEC_GEOMETRY_POINT |
Definition at line 592 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
int const DEEP_WATER_WAVE_STATIONS_VEC = 1 |
Definition at line 590 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadVectorGISFile().
int const DEFAULT_PROFILE_SPACING = 15 |
Definition at line 483 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::nDoSimulation().
double const DEPTH_OVER_DB_INCREMENT = 0.001 |
Definition at line 803 of file cme.h.
Referenced by CSimulation::bCreateErosionPotentialLookUp(), and CSimulation::WriteLookUpData().
int const DIRECTION_DOWNCOAST = 0 |
Definition at line 504 of file cme.h.
Referenced by CSimulation::CheckForIntersectingProfiles(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), and CSimulation::nDoAllShorePlatFormErosion().
int const DIRECTION_UPCOAST = 1 |
Definition at line 505 of file cme.h.
Referenced by CSimulation::CheckForIntersectingProfiles(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), and CSimulation::nDoAllShorePlatFormErosion().
string const DISCLAIMER1 = "This program is distributed in the hope that it will be useful, but WITHOUT ANY" |
Definition at line 830 of file cme.h.
Referenced by CSimulation::AnnounceLicence().
string const DISCLAIMER2 = "WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A" |
Definition at line 831 of file cme.h.
Referenced by CSimulation::AnnounceLicence().
string const DISCLAIMER3 = "PARTICULAR PURPOSE. See the GNU General Public License for more details. You" |
Definition at line 832 of file cme.h.
Referenced by CSimulation::AnnounceLicence().
string const DISCLAIMER4 = "should have received a copy of the GNU General Public License along with this" |
Definition at line 833 of file cme.h.
Referenced by CSimulation::AnnounceLicence().
string const DISCLAIMER5 = "program; if not, contact the Free Software Foundation, Inc., 675 Mass Ave," |
Definition at line 834 of file cme.h.
Referenced by CSimulation::AnnounceLicence().
string const DISCLAIMER6 = "Cambridge, MA 02139, USA." |
Definition at line 835 of file cme.h.
Referenced by CSimulation::AnnounceLicence().
int const EAST = 3 |
Definition at line 497 of file cme.h.
Referenced by CSimulation::DoActualPlatformErosionOnCell(), CSimulation::DoShadowZoneAndDownDriftZone(), CSimulation::FindAllInundatedCells(), CSimulation::FindAllSeaCells(), CSimulation::LSmoothCoastSavitzkyGolay(), CSimulation::nGetOppositeDirection(), CSimulation::nMarkBoundingBoxEdgeCells(), CSimulation::nTraceAllCoasts(), CSimulation::nTraceAllFloodCoasts(), CSimulation::nTraceCoastLine(), CSimulation::nTraceFloodCoastLine(), and CSimulation::nTraceSeawardCliffEdge().
int const ELEV_ABOVE_SEDIMENT_TOP = -2 |
Definition at line 766 of file cme.h.
Referenced by CSimulation::nAssignLandformsForAllCoasts(), CSimulation::nDoCliffCollapse(), and CGeomCell::nGetLayerAtElev().
int const ELEV_IN_BASEMENT = -1 |
Definition at line 765 of file cme.h.
Referenced by CSimulation::nAssignLandformsForAllCoasts(), and CGeomCell::nGetLayerAtElev().
string const EMAIL_ERROR = "Could not send email" |
Definition at line 881 of file cme.h.
Referenced by CSimulation::DoSimulationEnd().
string const ENDHYDROLOGYHEAD = "END OF SIMULATION: HYDROLOGY ======================================================================================================================================================================================" |
Definition at line 910 of file cme.h.
Referenced by CSimulation::nWriteEndRunDetails().
string const ENDSEDIMENTHEAD = "END OF SIMULATION: SEDIMENT MOVEMENT ==============================================================================================================================================================================" |
Definition at line 911 of file cme.h.
Referenced by CSimulation::nWriteEndRunDetails().
string const EROSION_POTENTIAL_LOOKUP_FILE = "ErosionPotential.csv" |
Definition at line 885 of file cme.h.
Referenced by CSimulation::WriteLookUpData(), and CSimulation::WriteStartRunDetails().
string const ERR = "*** ERROR " |
Definition at line 890 of file cme.h.
Referenced by CSimulation::bCheckRasterGISOutputFormat(), CSimulation::bCheckVectorGISOutputFormat(), CSimulation::bOpenLogFile(), CSimulation::bReadIniFile(), CSimulation::bReadRunDataFile(), CSimulation::bSetUpTSFiles(), CSimulation::bWriteParProfileData(), CSimulation::bWriteProfileData(), CSimulation::bWriteRasterGISFile(), CSimulation::bWriteVectorGISFile(), CSimulation::CalcSavitzkyGolay(), CSimulation::dCalcBeachProtectionFactor(), CSimulation::DoActualPlatformErosionOnCell(), CSimulation::DoSimulationEnd(), CSimulation::nCheckAllProfiles(), CSimulation::nCreateAllPolygons(), CSimulation::nCreateAllProfiles(), CSimulation::nDoAllActualBeachErosionAndDeposition(), CSimulation::nDoAllShadowZones(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoSimulation(), CSimulation::nDoUnconsDepositionOnPolygon(), CSimulation::nDoUnconsErosionOnPolygon(), CSimulation::nFloodFillShadowZone(), CSimulation::nGetCoastNormalEndPoint(), CSimulation::nLocateAndCreateGridEdgeProfile(), CSimulation::nLocateFloodAndCoasts(), CSimulation::nLocateSeaAndCoasts(), CSimulation::nReadRasterBasementDEM(), CSimulation::nReadRasterGISFile(), CSimulation::nReadSedimentInputEventFile(), CSimulation::nReadShapeFunctionFile(), CSimulation::nReadTideDataFile(), CSimulation::nReadVectorGISFile(), and CSimulation::nReadWaveStationInputFile().
string const ERROR_NOTICE = " with error code " |
Definition at line 880 of file cme.h.
Referenced by CSimulation::DoSimulationEnd().
string const FINAL_OUTPUT = "- Writing final output" |
Definition at line 875 of file cme.h.
Referenced by CSimulation::AnnounceSimEnd().
int const FINE_CONS_RASTER = 1 |
Definition at line 565 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().
int const FINE_UNCONS_RASTER = 4 |
Definition at line 568 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().
string const FLOOD_LOCATION_ID = "id" |
Definition at line 920 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
int const FLOOD_LOCATION_MAX_LAYER = 1 |
Definition at line 599 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
int const FLOOD_LOCATION_POINT_GEOMETRY = VEC_GEOMETRY_POINT |
Definition at line 596 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
int const FLOOD_LOCATION_VEC = 3 |
Definition at line 598 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadVectorGISFile().
string const GDAL_DRIVERS = "GDAL drivers" |
Definition at line 839 of file cme.h.
Referenced by CSimulation::nHandleCommandLineParams().
int const GRID_EDGE_CLOSED = 0 |
Definition at line 775 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), CSimulation::nDoAllActualBeachErosionAndDeposition(), CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().
int const GRID_EDGE_OPEN = 1 |
Definition at line 776 of file cme.h.
Referenced by CSimulation::nDoAllActualBeachErosionAndDeposition(), CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().
int const GRID_EDGE_RECIRCULATE = 2 |
Definition at line 777 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), CSimulation::nDoAllActualBeachErosionAndDeposition(), CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().
string const INITIALIZING = " - Initializing" |
Definition at line 872 of file cme.h.
Referenced by CSimulation::AnnounceInitializing().
string const INITIALIZING_NOTICE = "- Initializing" |
Definition at line 849 of file cme.h.
Referenced by CSimulation::AnnounceLicence().
int const INT_NODATA = -9999 |
Definition at line 474 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().
int const INTERVENTION_CLASS_RASTER = 9 |
Definition at line 573 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().
int const INTERVENTION_HEIGHT_RASTER = 10 |
Definition at line 574 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().
double const INTERVENTION_PROFILE_SPACING_FACTOR = 0.5 |
Definition at line 820 of file cme.h.
Referenced by CSimulation::nDoSimulation().
int const IO_INTERVENTION_NON_STRUCT = 2 |
Definition at line 527 of file cme.h.
Referenced by CGeomCell::nGetInterventionClass(), and CGeomCell::SetInterventionClass().
int const IO_INTERVENTION_STRUCT = 1 |
Definition at line 526 of file cme.h.
Referenced by CGeomCell::nGetInterventionClass(), and CGeomCell::SetInterventionClass().
int const LANDFORM_RASTER = 8 |
Definition at line 572 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().
int const LEFT_HANDED = 1 |
Definition at line 510 of file cme.h.
Referenced by CSimulation::dCalcCurvature(), CSimulation::dCalcWaveAngleToCoastNormal(), CSimulation::DoShadowZoneAndDownDriftZone(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nDoSedimentInputEvent(), CSimulation::nLocateAndCreateGridEdgeProfile(), CSimulation::nTraceAllCoasts(), CSimulation::nTraceAllFloodCoasts(), CSimulation::nTraceCoastLine(), CSimulation::nTraceFloodCoastLine(), and CSimulation::ProcessShadowZoneCell().
int const LF_CAT_CLIFF = 3 |
Definition at line 541 of file cme.h.
Referenced by CSimulation::bSurroundedByDriftCells(), CSimulation::bWriteRasterGISFile(), CSimulation::bWriteVectorGISFile(), CRWCliff::CRWCliff(), CSimulation::nAssignLandformsForAllCells(), CSimulation::nAssignLandformsForAllCoasts(), CSimulation::nDoAllWaveEnergyToCoastLandforms(), CSimulation::nLandformToGrid(), and CRWCellLandform::SetLFSubCategory().
int const LF_CAT_DRIFT = 4 |
Definition at line 542 of file cme.h.
Referenced by CSimulation::bElevAboveDeanElev(), CSimulation::bSurroundedByDriftCells(), CSimulation::bWriteRasterGISFile(), CRWDrift::CRWDrift(), CSimulation::nAssignLandformsForAllCells(), CSimulation::nAssignLandformsForAllCoasts(), CSimulation::nLandformToGrid(), and CRWCellLandform::SetLFSubCategory().
int const LF_CAT_HINTERLAND = 1 |
Definition at line 533 of file cme.h.
Referenced by CSimulation::nAssignLandformsForAllCells().
int const LF_CAT_INTERVENTION = 5 |
Definition at line 543 of file cme.h.
Referenced by CSimulation::bIsInterventionCell(), CRWIntervention::CRWIntervention(), CSimulation::LocateAndCreateProfiles(), CSimulation::nAssignLandformsForAllCells(), CSimulation::nCreateAllProfiles(), CGeomCell::nGetInterventionClass(), and CGeomCell::SetInterventionClass().
int const LF_CAT_ISLAND = 14 |
Definition at line 535 of file cme.h.
Referenced by CSimulation::nAssignLandformsForAllCells().
int const LF_CAT_SEA = 2 |
Definition at line 534 of file cme.h.
Referenced by CSimulation::CellByCellFillSea(), and CSimulation::nAssignLandformsForAllCells().
int const LF_CAT_SEDIMENT_INPUT = 15 |
Definition at line 536 of file cme.h.
Referenced by CSimulation::bElevAboveDeanElev(), CSimulation::CellByCellFillSea(), CSimulation::nAssignLandformsForAllCells(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoParallelProfileUnconsErosion(), CSimulation::nDoSedimentInputEvent(), and CSimulation::nDoUnconsDepositionOnPolygon().
int const LF_CAT_SEDIMENT_INPUT_NOT_SUBMERGED = 17 |
Definition at line 538 of file cme.h.
Referenced by CSimulation::bElevAboveDeanElev(), CSimulation::CellByCellFillSea(), CSimulation::nAssignLandformsForAllCells(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoParallelProfileUnconsErosion(), and CSimulation::nDoUnconsDepositionOnPolygon().
int const LF_CAT_SEDIMENT_INPUT_SUBMERGED = 16 |
Definition at line 537 of file cme.h.
Referenced by CSimulation::bElevAboveDeanElev(), CSimulation::CellByCellFillSea(), CSimulation::nAssignLandformsForAllCells(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoParallelProfileUnconsErosion(), and CSimulation::nDoUnconsDepositionOnPolygon().
int const LF_NONE = 0 |
Definition at line 530 of file cme.h.
Referenced by CACoastLandform::CACoastLandform(), CGeomCell::CGeomCell(), CRWCellLandform::CRWCellLandform(), CSimulation::nAssignLandformsForAllCells(), and CGeomCell::SetInterventionClass().
int const LF_SUBCAT_CLIFF_INLAND = 7 |
Definition at line 547 of file cme.h.
Referenced by CSimulation::nAssignLandformsForAllCells(), CSimulation::nDoAllWaveEnergyToCoastLandforms(), and CRWCellLandform::SetLFSubCategory().
int const LF_SUBCAT_CLIFF_ON_COASTLINE = 6 |
Definition at line 546 of file cme.h.
Referenced by CSimulation::nAssignLandformsForAllCoasts(), CSimulation::nDoAllWaveEnergyToCoastLandforms(), CSimulation::nLandformToGrid(), and CRWCellLandform::SetLFSubCategory().
int const LF_SUBCAT_DRIFT_BEACH = 10 |
Definition at line 552 of file cme.h.
Referenced by CSimulation::nAssignLandformsForAllCells(), CSimulation::nDoParallelProfileUnconsErosion(), CSimulation::nDoUnconsDepositionOnPolygon(), and CRWCellLandform::SetLFSubCategory().
int const LF_SUBCAT_DRIFT_MIXED = 8 |
Definition at line 550 of file cme.h.
Referenced by CSimulation::nAssignLandformsForAllCoasts(), and CRWCellLandform::SetLFSubCategory().
int const LF_SUBCAT_DRIFT_TALUS = 9 |
Definition at line 551 of file cme.h.
Referenced by CSimulation::nDoCliffCollapseDeposition(), and CRWCellLandform::SetLFSubCategory().
int const LF_SUBCAT_INTERVENTION_NON_STRUCT = 13 |
Definition at line 558 of file cme.h.
Referenced by CGeomCell::nGetInterventionClass(), and CGeomCell::SetInterventionClass().
int const LF_SUBCAT_INTERVENTION_STRUCT = 12 |
Definition at line 557 of file cme.h.
Referenced by CGeomCell::nGetInterventionClass(), and CGeomCell::SetInterventionClass().
int const LF_SUBCAT_SEDIMENT_INPUT_UNCONSOLIDATED = 18 |
Definition at line 561 of file cme.h.
Referenced by CSimulation::nDoSedimentInputEvent().
string const LINE = "-------------------------------------------------------------------------------" |
Definition at line 829 of file cme.h.
Referenced by CSimulation::AnnounceLicence().
int const LOG_FILE_ALL = 4 |
Definition at line 491 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), CSimulation::CreateRasterizedProfile(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nDoAllShadowZones(), CSimulation::nDoAllShorePlatFormErosion(), CSimulation::nDoAllWaveEnergyToCoastLandforms(), CSimulation::nDoParallelProfileUnconsErosion(), CSimulation::nDoUnconsErosionOnPolygon(), CSimulation::nFloodFillShadowZone(), CSimulation::nLocateAndCreateGridEdgeProfile(), CSimulation::nMarkBoundingBoxEdgeCells(), CSimulation::nTraceAllCoasts(), CSimulation::nTraceCoastLine(), and CSimulation::WriteStartRunDetails().
int const LOG_FILE_HIGH_DETAIL = 3 |
Definition at line 490 of file cme.h.
Referenced by CSimulation::DoShadowZoneAndDownDriftZone(), CSimulation::nCalcPotentialPlatformErosionOnProfile(), CSimulation::nDoAllActualBeachErosionAndDeposition(), CSimulation::nDoAllShadowZones(), CSimulation::nDoUnconsErosionOnPolygon(), CSimulation::nFloodFillShadowZone(), CSimulation::nTraceCoastLine(), CSimulation::nTraceFloodCoastLine(), and CSimulation::WriteStartRunDetails().
int const LOG_FILE_LOW_DETAIL = 1 |
Definition at line 488 of file cme.h.
Referenced by CSimulation::WriteStartRunDetails().
int const LOG_FILE_MIDDLE_DETAIL = 2 |
Definition at line 489 of file cme.h.
Referenced by CSimulation::CreateRasterizedProfile(), CSimulation::DoActualPlatformErosionOnCell(), CSimulation::DoEndOfTimestepTotals(), CSimulation::MarkProfilesOnGrid(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nCheckAllProfiles(), CSimulation::nCreateAllProfiles(), CSimulation::nDoAllActualBeachErosionAndDeposition(), CSimulation::nDoAllShadowZones(), CSimulation::nDoAllShorePlatFormErosion(), CSimulation::nDoAllWaveEnergyToCoastLandforms(), CSimulation::nDoCliffCollapse(), CSimulation::nDoSedimentInputEvent(), CSimulation::nDoSimulation(), CSimulation::nDoUnconsDepositionOnPolygon(), CSimulation::nInitGridAndCalcStillWaterLevel(), CSimulation::nLocateAndCreateGridEdgeProfile(), CSimulation::nMarkBoundingBoxEdgeCells(), CSimulation::nTraceAllCoasts(), CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().
string const LOGEXT = ".log" |
Definition at line 915 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const MASS_BALANCE_ERROR = "MASS BALANCE ERROR" |
Definition at line 894 of file cme.h.
Referenced by CSimulation::DoEndOfTimestepTotals(), and CSimulation::nWriteEndRunDetails().
double const MASS_BALANCE_TOLERANCE = 1e-5 |
Definition at line 814 of file cme.h.
Referenced by CSimulation::DoEndOfTimestepTotals(), CSimulation::nDoAllActualBeachErosionAndDeposition(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoSimulation(), CSimulation::nDoUnconsDepositionOnPolygon(), and CSimulation::WritePolygonActualMovement().
int const MAX_CLIFF_TALUS_LENGTH = 100 |
Definition at line 475 of file cme.h.
Referenced by CSimulation::nDoCliffCollapseDeposition().
double const MAX_LAND_LENGTH_OF_SHADOW_ZONE_LINE = 5 |
Definition at line 818 of file cme.h.
Referenced by CSimulation::nDoAllShadowZones().
int const MAX_LEN_SHADOW_LINE_TO_IGNORE = 200 |
Definition at line 476 of file cme.h.
Referenced by CSimulation::nDoAllShadowZones().
int const MAX_NUM_PREV_ORIENTATION_VALUES = 10 |
Definition at line 477 of file cme.h.
Referenced by CSimulation::nDoAllShadowZones().
int const MAX_SEAWARD_OFFSET_FOR_CLIFF_TALUS = 2 |
Definition at line 479 of file cme.h.
Referenced by CSimulation::nDoCliffCollapseDeposition().
int const MIN_INLAND_OFFSET_UNCONS_EROSION = 5 |
Definition at line 480 of file cme.h.
Referenced by CSimulation::nDoUnconsErosionOnPolygon().
double const MIN_LENGTH_OF_SHADOW_ZONE_LINE = 10 |
Definition at line 817 of file cme.h.
Referenced by CSimulation::nDoAllShadowZones().
int const MIN_PARALLEL_PROFILE_SIZE = 3 |
Definition at line 481 of file cme.h.
Referenced by CSimulation::nDoUnconsErosionOnPolygon().
int const NO_DIRECTION = 0 |
Definition at line 494 of file cme.h.
Referenced by CGeomCell::bIsBoundingBoxEdge(), CGeomCell::CGeomCell(), and CSimulation::nGetOppositeDirection().
int const NO_LOG_FILE = 0 |
Definition at line 487 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::WriteStartRunDetails().
int const NO_NONZERO_THICKNESS_LAYERS = -3 |
Definition at line 767 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile(), CSimulation::dCalcBeachProtectionFactor(), CSimulation::DoActualPlatformErosionOnCell(), CGeomCell::InitCell(), CSimulation::MarkPolygonCells(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nCalcPotentialPlatformErosionOnProfile(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoParallelProfileUnconsErosion(), CSimulation::nDoUnconsDepositionOnPolygon(), CSimulation::nGetThisProfileElevationsForCShore(), and CGeomCell::nGetTopNonZeroLayerAboveBasement().
int const NORTH = 1 |
Definition at line 495 of file cme.h.
Referenced by CSimulation::DoActualPlatformErosionOnCell(), CSimulation::DoShadowZoneAndDownDriftZone(), CSimulation::FindAllInundatedCells(), CSimulation::FindAllSeaCells(), CSimulation::LSmoothCoastSavitzkyGolay(), CSimulation::nGetOppositeDirection(), CSimulation::nMarkBoundingBoxEdgeCells(), CSimulation::nTraceAllCoasts(), CSimulation::nTraceAllFloodCoasts(), CSimulation::nTraceCoastLine(), CSimulation::nTraceFloodCoastLine(), and CSimulation::nTraceSeawardCliffEdge().
int const NORTH_EAST = 2 |
Definition at line 496 of file cme.h.
Referenced by CSimulation::DoActualPlatformErosionOnCell(), and CSimulation::nGetOppositeDirection().
int const NORTH_WEST = 8 |
Definition at line 502 of file cme.h.
Referenced by CSimulation::DoActualPlatformErosionOnCell(), and CSimulation::nGetOppositeDirection().
string const NOTE = " Note " |
Definition at line 892 of file cme.h.
Referenced by CSimulation::nReadRasterBasementDEM(), CSimulation::nReadRasterGISFile(), CSimulation::nReadWaveStationInputFile(), and CSimulation::StartClock().
int const NULL_HANDED = -1 |
Definition at line 508 of file cme.h.
Referenced by CRWCoast::CRWCoast().
int const NUMBER_OF_RNGS = 2 |
Definition at line 461 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), CSimulation::CSimulation(), CSimulation::nDoSimulation(), and CSimulation::WriteStartRunDetails().
string const OUTEXT = ".out" |
Definition at line 914 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
char const PATH_SEPARATOR = '/' |
Definition at line 447 of file cme.h.
Referenced by CSimulation::bFindExeDir(), CSimulation::bReadIniFile(), and CSimulation::bReadRunDataFile().
string const PER_ITER_CSV_HEAD = "Timestep,Hours, Years, AvgSeaDepth_m, PotPlatformErosion_PctSeaArea, PotPlatformErosion_AllAvg_mm, PotPlatformErosion_ErodAvg_mm, ActPlatformErosion_PctSeaArea, ActPlatformErosion_AllAvg_mm, ActPlatformErosion_ErodAvg_mm, ActPlatformErosion_Fine_mm, ActPlatformErosion_Sand_mm, ActPlatformErosion_Coarse_mm, PotBeachErosion_PctSeaArea, PotBeachErosion_AllAvg_mm, PotBeachErosion_ErodAvg_mm, ActBeachErosion_PctSeaArea, ActBeachErosion_AllAvg_mm, ActBeachErosion_ErodAvg_mm, ActBeachErosion_Fine_mm, ActBeachErosion_Sand_mm, ActBeachErosion_Coarse_mm, BeachDeposition_PctSeaArea, BeachDeposition_AllAvg_mm, BeachDeposition_DepAvg_mm, BeachDeposition_Sand_mm, BeachDeposition_Coarse_mm, SedimentInput_Fine, SedimentInput_Sand, SedimentInput_Coarse, CliffCollapse_Fine_mm, CliffCollapse_Sand_mm, CliffCollapse_Coarse_mm, CliffDeposition_Sand_mm, CliffDeposition_Coarse_mm, SuspendedSediment_mm, GISEvents" |
Definition at line 908 of file cme.h.
Referenced by CSimulation::WriteStartRunDetails().
string const PER_ITER_HEAD = "PER-ITERATION RESULTS =============================================================================================================================================================================================" |
Definition at line 906 of file cme.h.
Referenced by CSimulation::WriteStartRunDetails().
string const PER_ITER_HEAD1 = "<-----ELAPSED----><--SEA-><----POTENTIAL---><-----------ACTUAL-----------><-----POTENTIAL-----><------------ACTUAL-------------><-----------ACTUAL------------><--SEDIMENT--><---CLIFF COLLAPSE---><SUSP>" |
Definition at line 896 of file cme.h.
Referenced by CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().
string const PER_ITER_HEAD2 = " TIME DEPTH PLATFORM EROSION PLATFORM EROSION BEACH EROSION BEACH EROSION BEACH DEPOSITION INPUT EVENT EROSION DEPOSITION SED" |
Definition at line 898 of file cme.h.
Referenced by CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().
string const PER_ITER_HEAD3 = "Time Hours Years Avg % Sea All Erod % Sea All Erod <--sea avg-> % Sea All Erod % Sea All Erod <--sea avg-> % Sea All Depos <--sea--> <-coast avg-><--sea-->" |
Definition at line 900 of file cme.h.
Referenced by CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().
string const PER_ITER_HEAD4 = "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 902 of file cme.h.
Referenced by CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().
string const PER_ITER_HEAD5 = " Avg Avg Avg Avg Avg Avg Avg Avg Avg" |
Definition at line 904 of file cme.h.
Referenced by CSimulation::nWriteEndRunDetails(), and CSimulation::WriteStartRunDetails().
string const PERFORMHEAD = "END OF SIMULATION: PERFORMANCE ====================================================================================================================================================================================" |
Definition at line 912 of file cme.h.
Referenced by CSimulation::nWriteEndRunDetails().
double const PI = 3.141592653589793238462643 |
Definition at line 793 of file cme.h.
Referenced by CSimulation::CalcCoastTangents(), CSimulation::DoAllPotentialBeachErosion(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nDoAllPropagateWaves(), CSimulation::nInterpolateWavesToPolygonCells(), CSimulation::ProcessDownDriftCell(), and CSimulation::ProcessShadowZoneCell().
int const PROFILE_CHECK_DIST_FROM_COAST = 3 |
Definition at line 788 of file cme.h.
Referenced by CSimulation::CreateRasterizedProfile().
string const PROGRAM_NAME = "Coastal Modelling Environment (CoastalME) version 1.3.23 (23 Jun 2025)" |
Definition at line 824 of file cme.h.
Referenced by CSimulation::AnnounceStart(), CSimulation::DoSimulationEnd(), CSimulation::SetRasterFileCreationDefaults(), and CSimulation::WriteStartRunDetails().
char const QUOTE1 = ';' |
Definition at line 448 of file cme.h.
Referenced by CSimulation::bReadIniFile(), CSimulation::bReadRunDataFile(), CSimulation::nReadSedimentInputEventFile(), CSimulation::nReadShapeFunctionFile(), CSimulation::nReadTideDataFile(), and CSimulation::nReadWaveStationInputFile().
char const QUOTE2 = '#' |
Definition at line 449 of file cme.h.
Referenced by CSimulation::bReadIniFile(), CSimulation::bReadRunDataFile(), CSimulation::nReadSedimentInputEventFile(), CSimulation::nReadShapeFunctionFile(), CSimulation::nReadTideDataFile(), and CSimulation::nReadWaveStationInputFile().
string const RASTER_ACTIVE_ZONE_CODE = "active_zone" |
Definition at line 1005 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_ACTIVE_ZONE_NAME = "active_zone" |
Definition at line 1006 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_ACTUAL_BEACH_EROSION_CODE = "actual_beach_erosion" |
Definition at line 969 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_ACTUAL_BEACH_EROSION_NAME = "actual_beach_erosion" |
Definition at line 970 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_ACTUAL_PLATFORM_EROSION_CODE = "actual_platform_erosion" |
Definition at line 961 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_ACTUAL_PLATFORM_EROSION_NAME = "actual_platform_erosion" |
Definition at line 962 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_ALL_OUTPUT_CODE = "all" |
Definition at line 924 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_AVG_SEA_DEPTH_CODE = "avg_sea_depth" |
Definition at line 939 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_AVG_SEA_DEPTH_NAME = "avg_sea_depth" |
Definition at line 940 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_AVG_SUSP_SED_CODE = "avg_susp_sed" |
Definition at line 987 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_AVG_SUSP_SED_NAME = "avg_susp_sed" |
Definition at line 988 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_AVG_WAVE_HEIGHT_CODE = "avg_wave_height" |
Definition at line 945 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_AVG_WAVE_HEIGHT_NAME = "avg_wave_height" |
Definition at line 946 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_AVG_WAVE_ORIENTATION_CODE = "avg_wave_orientation" |
Definition at line 951 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_AVG_WAVE_ORIENTATION_NAME = "avg_wave_orientation" |
Definition at line 952 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_BASEMENT_ELEVATION_CODE = "basement_elevation" |
Definition at line 929 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_BASEMENT_ELEVATION_NAME = "basement_elevation" |
Definition at line 930 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_BEACH_DEPOSITION_CODE = "beach_deposition" |
Definition at line 975 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_BEACH_DEPOSITION_NAME = "beach_deposition" |
Definition at line 976 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_BEACH_MASK_CODE = "beach_mask" |
Definition at line 953 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_BEACH_MASK_NAME = "beach_mask" |
Definition at line 954 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_BEACH_PROTECTION_CODE = "beach_protection" |
Definition at line 955 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_BEACH_PROTECTION_NAME = "beach_protection" |
Definition at line 956 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_CLIFF_CODE = "cliff" |
Definition at line 935 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_CLIFF_COLLAPSE_DEPOSITION_COARSE_CODE = "cliff_collapse_talus_deposition_coarse" |
Definition at line 1021 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_CLIFF_COLLAPSE_DEPOSITION_COARSE_NAME = "cliff_collapse_talus_deposition_coarse" |
Definition at line 1022 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_CLIFF_COLLAPSE_DEPOSITION_SAND_CODE = "cliff_collapse_talus_deposition_sand" |
Definition at line 1019 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_CLIFF_COLLAPSE_DEPOSITION_SAND_NAME = "cliff_collapse_talus_deposition_sand" |
Definition at line 1020 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_CLIFF_COLLAPSE_EROSION_COARSE_CODE = "cliff_collapse_erosion_coarse" |
Definition at line 1011 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_CLIFF_COLLAPSE_EROSION_COARSE_NAME = "cliff_collapse_erosion_coarse" |
Definition at line 1012 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_CLIFF_COLLAPSE_EROSION_FINE_CODE = "cliff_collapse_erosion_fine" |
Definition at line 1007 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_CLIFF_COLLAPSE_EROSION_FINE_NAME = "cliff_collapse_erosion_fine" |
Definition at line 1008 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_CLIFF_COLLAPSE_EROSION_SAND_CODE = "cliff_collapse_erosion_sand" |
Definition at line 1009 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_CLIFF_COLLAPSE_EROSION_SAND_NAME = "cliff_collapse_erosion_sand" |
Definition at line 1010 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_CLIFF_NAME = "cliff" |
Definition at line 936 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_COARSE_CONS_CODE = "cons_sed_coarse" |
Definition at line 999 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_COARSE_CONS_NAME = "cons_sed_coarse" |
Definition at line 1000 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_COARSE_UNCONS_CODE = "uncons_sed_coarse" |
Definition at line 993 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_COARSE_UNCONS_NAME = "uncons_sed_coarse" |
Definition at line 994 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_COAST_CODE = "rcoast" |
Definition at line 1001 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_COAST_NAME = "rcoast" |
Definition at line 1002 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_COAST_NORMAL_CODE = "rcoast_normal" |
Definition at line 1003 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_COAST_NORMAL_NAME = "rcoast_normal" |
Definition at line 1004 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_DEEP_WATER_WAVE_HEIGHT_CODE = "deep_water_wave_height" |
Definition at line 1037 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_DEEP_WATER_WAVE_HEIGHT_NAME = "deep_water_wave_height" |
Definition at line 1038 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_DEEP_WATER_WAVE_ORIENTATION_CODE = "deep_water_wave_orientation" |
Definition at line 1035 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_DEEP_WATER_WAVE_ORIENTATION_NAME = "deep_water_wave_orientation" |
Definition at line 1036 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_DEEP_WATER_WAVE_PERIOD_CODE = "deep_water_wave_period" |
Definition at line 1039 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_DEEP_WATER_WAVE_PERIOD_NAME = "deep_water_wave_period" |
string const RASTER_FINE_CONS_CODE = "cons_sed_fine" |
Definition at line 995 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_FINE_CONS_NAME = "cons_sed_fine" |
Definition at line 996 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_FINE_UNCONS_CODE = "uncons_sed_fine" |
Definition at line 989 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_FINE_UNCONS_NAME = "uncons_sed_fine" |
Definition at line 990 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_INTERVENTION_CLASS_CODE = "intervention_class" |
Definition at line 981 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_INTERVENTION_CLASS_NAME = "intervention_class" |
Definition at line 982 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_INTERVENTION_HEIGHT_CODE = "intervention_height" |
Definition at line 983 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_INTERVENTION_HEIGHT_NAME = "intervention_height" |
Definition at line 984 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_INUNDATION_MASK_CODE = "inundation_mask" |
Definition at line 941 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_INUNDATION_MASK_NAME = "inundation_mask" |
Definition at line 942 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_LANDFORM_CODE = "landform_class" |
Definition at line 979 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_LANDFORM_NAME = "landform_class" |
Definition at line 980 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_LOCAL_SLOPE_CODE = "local_cons_sediment_slope" |
Definition at line 931 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_LOCAL_SLOPE_NAME = "local_cons_sediment_slope" |
Definition at line 932 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
int const RASTER_PLOT_ACTIVE_ZONE = 1 |
Definition at line 602 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_ACTIVE_ZONE_TITLE = "Active zone" |
Definition at line 1055 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_ACTUAL_BEACH_EROSION = 2 |
Definition at line 603 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_ACTUAL_BEACH_EROSION_TITLE = "Actual (constrained) beach erosion depth" |
Definition at line 1056 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_ACTUAL_PLATFORM_EROSION = 3 |
Definition at line 604 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_ACTUAL_PLATFORM_EROSION_TITLE = "Actual (constrained) shore platform erosion depth" |
Definition at line 1057 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_AVG_SEA_DEPTH = 4 |
Definition at line 605 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_AVG_SEA_DEPTH_TITLE = "Average sea depth" |
Definition at line 1058 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_AVG_SUSPENDED_SEDIMENT = 5 |
Definition at line 606 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_AVG_SUSPENDED_SEDIMENT_TITLE = "Average depth of suspended sediment" |
Definition at line 1059 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_AVG_WAVE_HEIGHT = 6 |
Definition at line 607 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_AVG_WAVE_HEIGHT_TITLE = "Average wave height" |
Definition at line 1060 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_AVG_WAVE_ORIENTATION = 7 |
Definition at line 608 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_AVG_WAVE_ORIENTATION_TITLE = "Average wave orientation" |
Definition at line 1061 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_BASEMENT_ELEVATION = 8 |
Definition at line 609 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_BASEMENT_ELEVATION_TITLE = "Basement elevation" |
Definition at line 1062 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_BEACH_DEPOSITION = 9 |
Definition at line 610 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_BEACH_DEPOSITION_TITLE = "Beach deposition depth" |
Definition at line 1063 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_BEACH_MASK = 10 |
Definition at line 611 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_BEACH_MASK_TITLE = "Beach mask" |
Definition at line 1064 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_BEACH_PROTECTION = 11 |
Definition at line 612 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_BEACH_PROTECTION_TITLE = "Beach protection factor" |
Definition at line 1065 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_CLIFF = 63 |
Definition at line 664 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), and CSimulation::bWriteRasterGISFile().
int const RASTER_PLOT_CLIFF_COLLAPSE_DEPOSITION_COARSE = 16 |
Definition at line 617 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_CLIFF_COLLAPSE_DEPOSITION_COARSE_TITLE = "Depth of coarse talus from cliff collapse" |
Definition at line 1067 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_CLIFF_COLLAPSE_DEPOSITION_SAND = 15 |
Definition at line 616 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_CLIFF_COLLAPSE_DEPOSITION_SAND_TITLE = "Depth of sand talus from cliff collapse" |
Definition at line 1066 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_COARSE = 14 |
Definition at line 615 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_COARSE_TITLE = "Cliff collapse depth of erosion, coarse sediment" |
Definition at line 1070 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_FINE = 12 |
Definition at line 613 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_FINE_TITLE = "Cliff collapse depth of erosion, fine sediment" |
Definition at line 1068 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_SAND = 13 |
Definition at line 614 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_CLIFF_COLLAPSE_EROSION_SAND_TITLE = "Cliff collapse depth of erosion, sand sediment" |
Definition at line 1069 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
string const RASTER_PLOT_CLIFF_TITLE = "iCliff cells" |
Definition at line 1085 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_COARSE_CONSOLIDATED_SEDIMENT = 17 |
Definition at line 618 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_COARSE_CONSOLIDATED_SEDIMENT_TITLE = "Consolidated coarse sediment depth" |
Definition at line 1071 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_COARSE_UNCONSOLIDATED_SEDIMENT = 18 |
Definition at line 619 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_COARSE_UNCONSOLIDATED_SEDIMENT_TITLE = "Unconsolidated coarse sediment depth" |
Definition at line 1072 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_COAST = 19 |
Definition at line 620 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_COAST_TITLE = "Rasterized coastline" |
Definition at line 1073 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_DEEP_WATER_WAVE_HEIGHT = 20 |
Definition at line 621 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_DEEP_WATER_WAVE_HEIGHT_TITLE = "Deep water wave height" |
Definition at line 1074 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_DEEP_WATER_WAVE_ORIENTATION = 21 |
Definition at line 622 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_DEEP_WATER_WAVE_ORIENTATION_TITLE = "Deep water wave orientation" |
Definition at line 1075 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_DEEP_WATER_WAVE_PERIOD = 22 |
Definition at line 623 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), and CSimulation::bWriteRasterGISFile().
string const RASTER_PLOT_DEEP_WATER_WAVE_PERIOD_TITLE = "Deep water wave period" |
Definition at line 1076 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_FINE_CONSOLIDATED_SEDIMENT = 23 |
Definition at line 624 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_FINE_CONSOLIDATED_SEDIMENT_TITLE = "Consolidated fine sediment depth" |
Definition at line 1077 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_FINE_UNCONSOLIDATED_SEDIMENT = 24 |
Definition at line 625 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_FINE_UNCONSOLIDATED_SEDIMENT_TITLE = "Unconsolidated fine sediment depth" |
Definition at line 1078 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_INTERVENTION_CLASS = 25 |
Definition at line 626 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_INTERVENTION_CLASS_TITLE = "Intervention class" |
Definition at line 1079 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_INTERVENTION_HEIGHT = 26 |
Definition at line 627 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_INTERVENTION_HEIGHT_TITLE = "Intervention height" |
Definition at line 1080 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_INUNDATION_MASK = 27 |
Definition at line 628 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_INUNDATION_MASK_TITLE = "Inundated area mask" |
Definition at line 1081 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_LANDFORM = 28 |
Definition at line 629 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_LANDFORM_TITLE = "Landform class" |
Definition at line 1082 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_LOCAL_SLOPE_OF_CONSOLIDATED_SEDIMENT = 29 |
Definition at line 630 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_LOCAL_SLOPE_OF_CONSOLIDATED_SEDIMENT_TITLE = "Local slope of consolidated sediment" |
Definition at line 1083 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_NORMAL_PROFILE = 30 |
Definition at line 631 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_NORMAL_PROFILE_TITLE = "Rasterized normal profiles" |
Definition at line 1086 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_OVERALL_TOP_ELEVATION = 31 |
Definition at line 632 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_OVERALL_TOP_ELEVATION_TITLE = "Elevation of sediment top plus intervention, or sea surface" |
Definition at line 1087 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_POLYGON = 32 |
Definition at line 633 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
int const RASTER_PLOT_POLYGON_GAIN_OR_LOSS = 33 |
Definition at line 634 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_POLYGON_GAIN_OR_LOSS_TITLE = "Polygon gain or loss of unconsolidated sediment" |
Definition at line 1088 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
string const RASTER_PLOT_POLYGON_TITLE = "Rasterized polygon boundaries" |
Definition at line 1089 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_POLYGON_UPDRIFT_OR_DOWNDRIFT = 34 |
Definition at line 635 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_POLYGON_UPDRIFT_OR_DOWNDRIFT_TITLE = "Polygon updrift or downdrift movement of unconsolidated sediment" |
Definition at line 1090 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_POTENTIAL_BEACH_EROSION = 35 |
Definition at line 636 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_POTENTIAL_BEACH_EROSION_TITLE = "Potential (unconstrained) beach erosion depth" |
Definition at line 1091 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_POTENTIAL_PLATFORM_EROSION = 36 |
Definition at line 637 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
int const RASTER_PLOT_POTENTIAL_PLATFORM_EROSION_MASK = 57 |
Definition at line 658 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_POTENTIAL_PLATFORM_EROSION_MASK_TITLE = "Potential (unconstrained) shore platform erosion binary mask" |
Definition at line 1113 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
string const RASTER_PLOT_POTENTIAL_PLATFORM_EROSION_TITLE = "Potential (unconstrained) shore platform erosion depth" |
Definition at line 1092 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_SAND_CONSOLIDATED_SEDIMENT = 37 |
Definition at line 638 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_SAND_CONSOLIDATED_SEDIMENT_TITLE = "Consolidated sand sediment depth" |
Definition at line 1093 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_SAND_UNCONSOLIDATED_SEDIMENT = 38 |
Definition at line 639 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_SAND_UNCONSOLIDATED_SEDIMENT_TITLE = "Unconsolidated sand sediment depth" |
Definition at line 1094 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_SEA_DEPTH = 39 |
Definition at line 640 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_SEA_DEPTH_TITLE = "Sea depth" |
Definition at line 1095 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_SEDIMENT_INPUT = 58 |
Definition at line 659 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), and CSimulation::bWriteRasterGISFile().
string const RASTER_PLOT_SEDIMENT_INPUT_EVENT_TITLE = "Sediment input event(s) since last GIS save" |
Definition at line 1114 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_SEDIMENT_TOP_ELEVATION_ELEV = 40 |
Definition at line 641 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_SEDIMENT_TOP_ELEVATION_ELEV_TITLE = "Elevation of sediment top" |
Definition at line 1096 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_SETUP_SURGE_FLOOD_MASK = 59 |
Definition at line 660 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_SETUP_SURGE_FLOOD_MASK_TITLE = "Mask of setup-surge flood" |
Definition at line 1115 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_SETUP_SURGE_RUNUP_FLOOD_MASK = 60 |
Definition at line 661 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_SETUP_SURGE_RUNUP_FLOOD_MASK_TITLE = "Mask of setup-surge-runup flood" |
Definition at line 1116 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_SHADOW_DOWNDRIFT_ZONE = 41 |
Definition at line 642 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_SHADOW_DOWNDRIFT_ZONE_TITLE = "Downdrift of wave shadow zones" |
Definition at line 1097 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_SHADOW_ZONE = 42 |
Definition at line 643 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_SHADOW_ZONE_TITLE = "Wave shadow zones" |
Definition at line 1098 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_SLICE = 43 |
Definition at line 644 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_SLICE_TITLE = "Slice though layers at elevation = " |
Definition at line 1099 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_SLOPE = 62 |
Definition at line 663 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), and CSimulation::bWriteRasterGISFile().
string const RASTER_PLOT_SLOPE_TITLE = "Raster slope" |
Definition at line 1084 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_SUSPENDED_SEDIMENT = 44 |
Definition at line 645 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_SUSPENDED_SEDIMENT_TITLE = "Suspended sediment depth" |
Definition at line 1100 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_TOTAL_ACTUAL_BEACH_EROSION = 45 |
Definition at line 646 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_TOTAL_ACTUAL_BEACH_EROSION_TITLE = "Total actual (constrained) beach erosion depth" |
Definition at line 1101 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_TOTAL_ACTUAL_PLATFORM_EROSION = 46 |
Definition at line 647 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_TOTAL_ACTUAL_PLATFORM_EROSION_TITLE = "Total actual (constrained) shore platform erosion depth" |
Definition at line 1102 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_TOTAL_BEACH_DEPOSITION = 47 |
Definition at line 648 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_TOTAL_BEACH_DEPOSITION_TITLE = "Total beach deposition depth" |
Definition at line 1103 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSITION_COARSE = 52 |
Definition at line 653 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSITION_COARSE_TITLE = "Total depth of coarse talus from cliff collapse" |
Definition at line 1105 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSITION_SAND = 51 |
Definition at line 652 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_DEPOSITION_SAND_TITLE = "Total depth of sand talus from cliff collapse" |
Definition at line 1104 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE = 50 |
Definition at line 651 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE_TITLE = "Total of cliff collapse erosion depth, coarse" |
Definition at line 1108 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_FINE = 48 |
Definition at line 649 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_FINE_TITLE = "Total of cliff collapse erosion depth, fine" |
Definition at line 1106 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_SAND = 49 |
Definition at line 650 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_TOTAL_CLIFF_COLLAPSE_EROSION_SAND_TITLE = "Total of cliff collapse erosion depth, sand" |
Definition at line 1107 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_TOTAL_POTENTIAL_BEACH_EROSION = 53 |
Definition at line 654 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_TOTAL_POTENTIAL_BEACH_EROSION_TITLE = "Total potential (unconstrained) beach erosion depth" |
Definition at line 1109 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_TOTAL_POTENTIAL_PLATFORM_EROSION = 54 |
Definition at line 655 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_TOTAL_POTENTIAL_PLATFORM_EROSION_TITLE = "Total potential (unconstrained) shore platform erosion depth" |
Definition at line 1110 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_WAVE_FLOOD_LINE = 61 |
Definition at line 662 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_WAVE_FLOOD_LINE_TITLE = "Wave flood line" |
int const RASTER_PLOT_WAVE_HEIGHT = 55 |
Definition at line 656 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_WAVE_HEIGHT_TITLE = "Wave height" |
Definition at line 1111 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
int const RASTER_PLOT_WAVE_ORIENTATION = 56 |
Definition at line 657 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles(), CSimulation::bWriteRasterGISFile(), and CSimulation::GetRasterOutputMinMax().
string const RASTER_PLOT_WAVE_ORIENTATION_TITLE = "Wave orientation" |
Definition at line 1112 of file cme.h.
Referenced by CSimulation::bSaveAllRasterGISFiles().
string const RASTER_POLYGON_CODE = "polygon_raster" |
Definition at line 1027 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_POLYGON_GAIN_OR_LOSS_CODE = "polygon_gain_or_loss" |
Definition at line 1043 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_POLYGON_GAIN_OR_LOSS_NAME = "polygon_gain_or_loss" |
Definition at line 1044 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_POLYGON_NAME = "polygon_raster" |
Definition at line 1028 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_POLYGON_UPDRIFT_OR_DOWNDRIFT_CODE = "polygon_updrift_or_downdrift" |
Definition at line 1041 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_POLYGON_UPDRIFT_OR_DOWNDRIFT_NAME = "polygon_updrift_or_downdrift" |
Definition at line 1042 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_POTENTIAL_BEACH_EROSION_CODE = "potential_beach_erosion" |
Definition at line 967 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_POTENTIAL_BEACH_EROSION_NAME = "potential_beach_erosion" |
Definition at line 968 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_POTENTIAL_PLATFORM_EROSION_CODE = "potential_platform_erosion" |
Definition at line 959 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_POTENTIAL_PLATFORM_EROSION_MASK_CODE = "potential_platform_erosion_mask" |
Definition at line 957 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_POTENTIAL_PLATFORM_EROSION_MASK_NAME = "potential_platform_erosion_mask" |
Definition at line 958 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_POTENTIAL_PLATFORM_EROSION_NAME = "potential_platform_erosion" |
Definition at line 960 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_SAND_CONS_CODE = "cons_sed_sand" |
Definition at line 997 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_SAND_CONS_NAME = "cons_sed_sand" |
Definition at line 998 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_SAND_UNCONS_CODE = "uncons_sed_sand" |
Definition at line 991 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_SAND_UNCONS_NAME = "uncons_sed_sand" |
Definition at line 992 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_SEA_DEPTH_CODE = "sea_depth" |
Definition at line 937 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_SEA_DEPTH_NAME = "sea_depth" |
Definition at line 938 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile(), and CSimulation::strListRasterFiles().
string const RASTER_SEDIMENT_INPUT_EVENT_CODE = "sediment_input_total" |
Definition at line 1045 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_SEDIMENT_INPUT_EVENT_NAME = "sediment_input_total" |
Definition at line 1046 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_SEDIMENT_TOP_CODE = "sediment_top_elevation" |
Definition at line 925 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_SEDIMENT_TOP_NAME = "sediment_top_elevation" |
Definition at line 926 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_SETUP_SURGE_FLOOD_MASK_CODE = "flood_setup_surge_mask" |
Definition at line 1047 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_SETUP_SURGE_FLOOD_MASK_NAME = "flood_setup_surge_mask" |
Definition at line 1048 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_SETUP_SURGE_RUNUP_FLOOD_MASK_CODE = "flood_setup_surge_runup_mask" |
Definition at line 1049 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_SETUP_SURGE_RUNUP_FLOOD_MASK_NAME = "flood_setup_surge_runup_mask" |
Definition at line 1050 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_SHADOW_DOWNDRIFT_ZONE_CODE = "shadow_downdrift_zones" |
string const RASTER_SHADOW_DOWNDRIFT_ZONE_NAME = "shadow_downdrift_zones" |
Definition at line 1034 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_SHADOW_ZONE_CODE = "shadow_zones" |
Definition at line 1031 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_SHADOW_ZONE_NAME = "shadow_zones" |
Definition at line 1032 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_SLICE_NAME = "slice" |
Definition at line 1030 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_SLOPE_CODE = "slope" |
Definition at line 933 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_SLOPE_NAME = "slope" |
Definition at line 934 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_SUSP_SED_CODE = "susp_sed" |
Definition at line 985 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_SUSP_SED_NAME = "susp_sed" |
Definition at line 986 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_TOP_CODE = "top_elevation" |
Definition at line 927 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_TOP_NAME = "top_elevation" |
Definition at line 928 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_TOTAL_ACTUAL_BEACH_EROSION_CODE = "total_actual_beach_erosion" |
Definition at line 973 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_TOTAL_ACTUAL_BEACH_EROSION_NAME = "total_actual_beach_erosion" |
Definition at line 974 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_TOTAL_ACTUAL_PLATFORM_EROSION_CODE = "total_actual_platform_erosion" |
Definition at line 965 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_TOTAL_ACTUAL_PLATFORM_EROSION_NAME = "total_actual_platform_erosion" |
Definition at line 966 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_TOTAL_BEACH_DEPOSITION_CODE = "total_beach_deposition" |
Definition at line 977 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_TOTAL_BEACH_DEPOSITION_NAME = "total_beach_deposition" |
Definition at line 978 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_COARSE_CODE = "total_cliff_collapse_talus_deposition_coarse" |
Definition at line 1025 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_COARSE_NAME = "total_cliff_collapse_talus_deposition_coarse" |
Definition at line 1026 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_SAND_CODE = "total_cliff_collapse_talus_deposition_sand" |
Definition at line 1023 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_TOTAL_CLIFF_COLLAPSE_DEPOSITION_SAND_NAME = "total_cliff_collapse_talus_deposition_sand" |
Definition at line 1024 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE_CODE = "total_cliff_collapse_erosion_coarse" |
Definition at line 1017 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_COARSE_NAME = "total_cliff_collapse_erosion_coarse" |
Definition at line 1018 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_FINE_CODE = "total_cliff_collapse_erosion_fine" |
Definition at line 1013 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_FINE_NAME = "total_cliff_collapse_erosion_fine" |
Definition at line 1014 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_SAND_CODE = "total_cliff_collapse_erosion_sand" |
Definition at line 1015 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_TOTAL_CLIFF_COLLAPSE_EROSION_SAND_NAME = "total_cliff_collapse_erosion_sand" |
Definition at line 1016 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_TOTAL_POTENTIAL_BEACH_EROSION_CODE = "total_potential_beach_erosion" |
Definition at line 971 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_TOTAL_POTENTIAL_BEACH_EROSION_NAME = "total_potential_beach_erosion" |
Definition at line 972 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_TOTAL_POTENTIAL_PLATFORM_EROSION_CODE = "total_potential_platform_erosion" |
Definition at line 963 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_TOTAL_POTENTIAL_PLATFORM_EROSION_NAME = "total_potential_platform_erosion" |
Definition at line 964 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_USUAL_OUTPUT_CODE = "usual" |
Definition at line 923 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_WAVE_FLOOD_LINE_CODE = "raster_wave_flood_line_code" |
Definition at line 1051 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_WAVE_FLOOD_LINE_NAME = "raster_wave_flood_line_code" |
Definition at line 1052 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_WAVE_HEIGHT_CODE = "wave_height" |
Definition at line 943 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_WAVE_HEIGHT_NAME = "wave_height" |
Definition at line 944 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_WAVE_ORIENTATION_CODE = "wave_orientation" |
Definition at line 947 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListRasterFiles().
string const RASTER_WAVE_ORIENTATION_NAME = "wave_orientation" |
Definition at line 948 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const RASTER_WAVE_PERIOD_CODE = "wave_period" |
Definition at line 949 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const RASTER_WAVE_PERIOD_NAME = "wave_period" |
Definition at line 950 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile().
string const READING_BASEMENT = " - Reading basement DEM: " |
Definition at line 852 of file cme.h.
Referenced by CSimulation::AnnounceReadBasementDEM().
string const READING_CONS_COARSE_SEDIMENT_FILE = " - Consolidated coarse sediment (layer " |
Definition at line 863 of file cme.h.
Referenced by CSimulation::AnnounceReadInitialCoarseConsSedGIS().
string const READING_CONS_FINE_SEDIMENT_FILE = " - Consolidated fine sediment (layer " |
Definition at line 861 of file cme.h.
Referenced by CSimulation::AnnounceReadInitialFineConsSedGIS().
string const READING_CONS_SAND_SEDIMENT_FILE = " - Consolidated sand sediment (layer " |
Definition at line 862 of file cme.h.
Referenced by CSimulation::AnnounceReadInitialSandConsSedGIS().
string const READING_DEEP_WATER_WAVE_FILE = " - Deep water wave values: " |
Definition at line 865 of file cme.h.
Referenced by CSimulation::AnnounceReadDeepWaterWaveValuesGIS().
string const READING_FILE_LOCATIONS = " - Reading file locations: " |
Definition at line 850 of file cme.h.
Referenced by CSimulation::bReadIniFile().
string const READING_FLOOD_LOCATION = " - Characteristic locations for flood: " |
Definition at line 867 of file cme.h.
Referenced by CSimulation::AnnounceReadFloodLocationGIS().
string const READING_INTERVENTION_CLASS_FILE = " - Intervention class: " |
Definition at line 855 of file cme.h.
Referenced by CSimulation::AnnounceReadICGIS().
string const READING_INTERVENTION_HEIGHT_FILE = " - Intervention height: " |
Definition at line 856 of file cme.h.
Referenced by CSimulation::AnnounceReadIHGIS().
string const READING_LANDFORM_FILE = " - Landform class: " |
Definition at line 854 of file cme.h.
Referenced by CSimulation::AnnounceReadLGIS().
string const READING_RASTER_FILES = " - Reading raster GIS files" |
Definition at line 853 of file cme.h.
Referenced by CSimulation::AnnounceReadRasterFiles().
string const READING_SCAPE_SHAPE_FUNCTION_FILE = " - Reading SCAPE shape function file" |
Definition at line 868 of file cme.h.
Referenced by CSimulation::AnnounceReadSCAPEShapeFunctionFile().
string const READING_SED_INPUT_EVENT_FILE = " - Sediment input event values: " |
Definition at line 866 of file cme.h.
Referenced by CSimulation::AnnounceReadSedimentEventInputValuesGIS().
string const READING_SUSPENDED_SEDIMENT_FILE = " - Suspended sediment: " |
Definition at line 857 of file cme.h.
Referenced by CSimulation::AnnounceReadInitialSuspSedGIS().
string const READING_TIDE_DATA_FILE = " - Reading tide data file: " |
Definition at line 869 of file cme.h.
Referenced by CSimulation::AnnounceReadTideData().
string const READING_UNCONS_COARSE_SEDIMENT_FILE = " - Unconsolidated coarse sediment (layer " |
Definition at line 860 of file cme.h.
Referenced by CSimulation::AnnounceReadInitialCoarseUnconsSedGIS().
string const READING_UNCONS_FINE_SEDIMENT_FILE = " - Unconsolidated fine sediment (layer " |
Definition at line 858 of file cme.h.
Referenced by CSimulation::AnnounceReadInitialFineUnconsSedGIS().
string const READING_UNCONS_SAND_SEDIMENT_FILE = " - Unconsolidated sand sediment (layer " |
Definition at line 859 of file cme.h.
Referenced by CSimulation::AnnounceReadInitialSandUnconsSedGIS().
Definition at line 864 of file cme.h.
Referenced by CSimulation::AnnounceReadVectorFiles().
int const RIGHT_HANDED = 0 |
Definition at line 509 of file cme.h.
Referenced by CSimulation::bOnOrOffShoreAndUpOrDownCoast(), CSimulation::DoAllPotentialBeachErosion(), CSimulation::DoShadowZoneAndDownDriftZone(), CSimulation::nDoSedimentInputEvent(), CSimulation::nTraceAllCoasts(), CSimulation::nTraceAllFloodCoasts(), CSimulation::nTraceCoastLine(), CSimulation::nTraceFloodCoastLine(), CSimulation::PtChooseEndPoint(), CSimulation::PtGetPerpendicular(), CSimulation::PtiGetPerpendicular(), and CSimulation::PtiGetPerpendicular().
int const RTN_CHECK_ONLY = 2 |
Definition at line 694 of file cme.h.
Referenced by CSimulation::DoSimulationEnd().
int const RTN_ERR_BAD_MULTILINE = 48 |
Definition at line 740 of file cme.h.
Referenced by CSimulation::nCreateAllPolygons(), and CSimulation::strGetErrorText().
int const RTN_ERR_BADPARAM = 4 |
Definition at line 696 of file cme.h.
Referenced by CSimulation::strGetErrorText().
int const RTN_ERR_BOUNDING_BOX = 63 |
Definition at line 755 of file cme.h.
Referenced by CSimulation::nMarkBoundingBoxEdgeCells(), and CSimulation::strGetErrorText().
int const RTN_ERR_CANNOT_ASSIGN_COASTAL_LANDFORM = 50 |
Definition at line 742 of file cme.h.
Referenced by CSimulation::nAssignLandformsForAllCoasts(), and CSimulation::strGetErrorText().
int const RTN_ERR_CANNOT_INSERT_POINT = 49 |
Definition at line 741 of file cme.h.
Referenced by CSimulation::nInsertPointIntoProfilesIfNeededThenUpdate(), and CSimulation::strGetErrorText().
int const RTN_ERR_CLIFF_NOT_IN_POLYGON = 69 |
Definition at line 761 of file cme.h.
Referenced by CSimulation::nDoCliffCollapse(), CSimulation::nDoCliffCollapseDeposition(), and CSimulation::strGetErrorText().
int const RTN_ERR_CLIFFDEPOSIT = 38 |
Definition at line 730 of file cme.h.
Referenced by CSimulation::nDoCliffCollapseDeposition(), and CSimulation::strGetErrorText().
int const RTN_ERR_CLIFFNOTCH = 37 |
Definition at line 729 of file cme.h.
Referenced by CSimulation::nDoCliffCollapse(), and CSimulation::strGetErrorText().
int const RTN_ERR_CMEDIR = 6 |
Definition at line 698 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().
int const RTN_ERR_COAST_CANT_FIND_EDGE_CELL = 58 |
Definition at line 750 of file cme.h.
Referenced by CSimulation::nLocateAndCreateGridEdgeProfile(), and CSimulation::strGetErrorText().
int const RTN_ERR_CSHORE_EMPTY_PROFILE = 53 |
Definition at line 745 of file cme.h.
Referenced by CSimulation::nCalcWavePropertiesOnProfile(), and CSimulation::strGetErrorText().
int const RTN_ERR_CSHORE_ERROR = 59 |
Definition at line 751 of file cme.h.
Referenced by CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nDoAllPropagateWaves(), and CSimulation::strGetErrorText().
int const RTN_ERR_CSHORE_FILE_INPUT = 54 |
Definition at line 746 of file cme.h.
Referenced by CSimulation::strGetErrorText().
int const RTN_ERR_DEMFILE = 13 |
Definition at line 705 of file cme.h.
Referenced by CSimulation::nReadRasterBasementDEM(), and CSimulation::strGetErrorText().
int const RTN_ERR_EDGE_OF_GRID = 40 |
Definition at line 732 of file cme.h.
Referenced by CSimulation::strGetErrorText().
int const RTN_ERR_GRIDCREATE = 57 |
Definition at line 749 of file cme.h.
Referenced by CSimulation::nInterpolateAllDeepWaterWaveValues(), CSimulation::nInterpolateWavesToPolygonCells(), and CSimulation::strGetErrorText().
int const RTN_ERR_GRIDTOLINE = 32 |
Definition at line 724 of file cme.h.
Referenced by CSimulation::strGetErrorText().
int const RTN_ERR_INI = 5 |
Definition at line 697 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().
int const RTN_ERR_LANDFORM_TO_GRID = 45 |
Definition at line 737 of file cme.h.
Referenced by CSimulation::strGetErrorText().
int const RTN_ERR_LINETOGRID = 23 |
Definition at line 715 of file cme.h.
Referenced by CSimulation::strGetErrorText().
int const RTN_ERR_LOGFILE = 10 |
Definition at line 702 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().
int const RTN_ERR_MEMALLOC = 16 |
Definition at line 708 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile(), CGeomRasterGrid::nCreateGrid(), CSimulation::nReadRasterBasementDEM(), CSimulation::nReadRasterGISFile(), and CSimulation::strGetErrorText().
int const RTN_ERR_NO_ADJACENT_POLYGON = 47 |
Definition at line 739 of file cme.h.
Referenced by CSimulation::strGetErrorText().
int const RTN_ERR_NO_CELL_UNDER_COASTLINE = 60 |
Definition at line 752 of file cme.h.
Referenced by CSimulation::strGetErrorText().
int const RTN_ERR_NO_PROFILES_1 = 29 |
Definition at line 721 of file cme.h.
Referenced by CSimulation::nCreateAllProfiles(), and CSimulation::strGetErrorText().
int const RTN_ERR_NO_PROFILES_2 = 30 |
Definition at line 722 of file cme.h.
Referenced by CSimulation::nCheckAllProfiles(), and CSimulation::strGetErrorText().
int const RTN_ERR_NO_SEAWARD_END_OF_PROFILE_1 = 41 |
Definition at line 733 of file cme.h.
Referenced by CSimulation::strGetErrorText().
int const RTN_ERR_NO_SEAWARD_END_OF_PROFILE_2 = 42 |
Definition at line 734 of file cme.h.
Referenced by CSimulation::nDoUnconsErosionOnPolygon(), and CSimulation::strGetErrorText().
int const RTN_ERR_NO_SEAWARD_END_OF_PROFILE_3 = 43 |
Definition at line 735 of file cme.h.
Referenced by CSimulation::nDoUnconsDepositionOnPolygon(), and CSimulation::strGetErrorText().
int const RTN_ERR_NO_SEAWARD_END_OF_PROFILE_4 = 44 |
Definition at line 736 of file cme.h.
Referenced by CSimulation::nDoUnconsDepositionOnPolygon(), and CSimulation::strGetErrorText().
int const RTN_ERR_NO_SOLUTION_FOR_ENDPOINT = 27 |
Definition at line 719 of file cme.h.
Referenced by CSimulation::nCreateProfile(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nGetCoastNormalEndPoint(), and CSimulation::strGetErrorText().
int const RTN_ERR_NO_TOP_LAYER = 46 |
Definition at line 738 of file cme.h.
Referenced by CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nCalcPotentialPlatformErosionOnProfile(), CSimulation::nDoCliffCollapse(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoParallelProfileUnconsErosion(), CSimulation::nDoUnconsDepositionOnPolygon(), CSimulation::nGetThisProfileElevationsForCShore(), CSimulation::nLandformToGrid(), and CSimulation::strGetErrorText().
int const RTN_ERR_NOCOAST = 34 |
Definition at line 726 of file cme.h.
Referenced by CSimulation::nLocateFloodAndCoasts(), CSimulation::nLocateSeaAndCoasts(), and CSimulation::strGetErrorText().
int const RTN_ERR_NOSEACELLS = 31 |
Definition at line 723 of file cme.h.
Referenced by CSimulation::nUpdateGrid(), and CSimulation::strGetErrorText().
int const RTN_ERR_OPEN_DEEP_WATER_WAVE_DATA = 61 |
Definition at line 753 of file cme.h.
Referenced by CSimulation::nReadWaveStationInputFile(), and CSimulation::strGetErrorText().
int const RTN_ERR_OUTFILE = 11 |
Definition at line 703 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().
int const RTN_ERR_PROFILE_END_INSUFFICIENT_DEPTH = 28 |
Definition at line 720 of file cme.h.
Referenced by CSimulation::nCreateProfile().
int const RTN_ERR_PROFILE_ENDPOINT_IS_INLAND = 26 |
Definition at line 718 of file cme.h.
Referenced by CSimulation::nCreateProfile(), and CSimulation::strGetErrorText().
int const RTN_ERR_PROFILESPACING = 24 |
Definition at line 716 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().
int const RTN_ERR_PROFILEWRITE = 35 |
Definition at line 727 of file cme.h.
Referenced by CSimulation::nSaveParProfile(), CSimulation::nSaveProfile(), and CSimulation::strGetErrorText().
int const RTN_ERR_RASTER_FILE_READ = 14 |
Definition at line 706 of file cme.h.
Referenced by CSimulation::nReadRasterBasementDEM(), CSimulation::nReadRasterGISFile(), and CSimulation::strGetErrorText().
int const RTN_ERR_RASTER_FILE_WRITE = 20 |
Definition at line 712 of file cme.h.
Referenced by CSimulation::nDoSimulation(), CSimulation::nWriteEndRunDetails(), and CSimulation::strGetErrorText().
int const RTN_ERR_RASTER_GIS_OUT_FORMAT = 17 |
Definition at line 709 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().
int const RTN_ERR_READING_CSHORE_FILE_OUTPUT = 55 |
Definition at line 747 of file cme.h.
Referenced by CSimulation::strGetErrorText().
int const RTN_ERR_READING_DEEP_WATER_WAVE_DATA = 62 |
Definition at line 754 of file cme.h.
Referenced by CSimulation::nReadWaveStationInputFile(), and CSimulation::strGetErrorText().
int const RTN_ERR_READING_SEDIMENT_INPUT_EVENT = 64 |
Definition at line 756 of file cme.h.
Referenced by CSimulation::nReadSedimentInputEventFile(), and CSimulation::strGetErrorText().
int const RTN_ERR_RUNDATA = 7 |
Definition at line 699 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().
int const RTN_ERR_SCAPE_SHAPE_FUNCTION_FILE = 8 |
Definition at line 700 of file cme.h.
Referenced by CSimulation::nReadShapeFunctionFile(), and CSimulation::strGetErrorText().
int const RTN_ERR_SEDIMENT_INPUT_EVENT = 65 |
Definition at line 757 of file cme.h.
Referenced by CSimulation::nDoSedimentInputEvent(), and CSimulation::strGetErrorText().
int const RTN_ERR_SEDIMENT_INPUT_EVENT_LOCATION = 66 |
Definition at line 758 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile(), and CSimulation::strGetErrorText().
int const RTN_ERR_SHADOW_ZONE_FLOOD_FILL_NOGRID = 51 |
Definition at line 743 of file cme.h.
Referenced by CSimulation::nFloodFillShadowZone(), and CSimulation::strGetErrorText().
int const RTN_ERR_SHADOW_ZONE_FLOOD_START_POINT = 52 |
Definition at line 744 of file cme.h.
Referenced by CSimulation::nFloodFillShadowZone(), and CSimulation::strGetErrorText().
int const RTN_ERR_TEXT_FILE_WRITE = 19 |
Definition at line 711 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().
int const RTN_ERR_TIDEDATAFILE = 9 |
Definition at line 701 of file cme.h.
Referenced by CSimulation::nReadTideDataFile(), and CSimulation::strGetErrorText().
int const RTN_ERR_TIMESERIES_FILE_WRITE = 22 |
Definition at line 714 of file cme.h.
Referenced by CSimulation::nDoSimulation(), CSimulation::nWriteEndRunDetails(), and CSimulation::strGetErrorText().
int const RTN_ERR_TIMEUNITS = 36 |
Definition at line 728 of file cme.h.
Referenced by CSimulation::nDoSimulationTimeMultiplier(), and CSimulation::strGetErrorText().
int const RTN_ERR_TRACING_COAST = 33 |
Definition at line 725 of file cme.h.
Referenced by CSimulation::nTraceAllCoasts(), CSimulation::nTraceAllFloodCoasts(), CSimulation::nTraceCoastLine(), CSimulation::nTraceFloodCoastLine(), and CSimulation::strGetErrorText().
int const RTN_ERR_TSFILE = 12 |
Definition at line 704 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().
int const RTN_ERR_UNKNOWN = 70 |
Definition at line 762 of file cme.h.
Referenced by CSimulation::strGetErrorText().
int const RTN_ERR_VECTOR_FILE_READ = 15 |
Definition at line 707 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile(), and CSimulation::strGetErrorText().
int const RTN_ERR_VECTOR_FILE_WRITE = 21 |
Definition at line 713 of file cme.h.
Referenced by CSimulation::nDoSimulation(), CSimulation::nWriteEndRunDetails(), and CSimulation::strGetErrorText().
int const RTN_ERR_VECTOR_GIS_OUT_FORMAT = 18 |
Definition at line 710 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().
int const RTN_ERR_WAVE_INTERPOLATION_LOOKUP = 56 |
Definition at line 748 of file cme.h.
Referenced by CSimulation::strGetErrorText().
int const RTN_ERR_WAVESTATION_LOCATION = 67 |
Definition at line 759 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile(), and CSimulation::strGetErrorText().
int const RTN_HELP_ONLY = 1 |
Definition at line 693 of file cme.h.
Referenced by CSimulation::DoSimulationEnd(), and CSimulation::nHandleCommandLineParams().
int const RTN_OK = 0 |
Definition at line 692 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::nLocateCliffToe(), 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().
int const RTN_USER_ABORT = 3 |
Definition at line 695 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::strGetErrorText().
string const RUN_END_NOTICE = "- Run ended at " |
Definition at line 877 of file cme.h.
Referenced by CSimulation::DoSimulationEnd().
string const RUN_NOTICE = "- Running simulation" |
Definition at line 873 of file cme.h.
Referenced by CSimulation::AnnounceIsRunning().
int const SAND_CONS_RASTER = 2 |
Definition at line 566 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().
int const SAND_UNCONS_RASTER = 5 |
Definition at line 569 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().
bool const SAVE_CSHORE_OUTPUT = true |
Definition at line 457 of file cme.h.
Referenced by CSimulation::nCalcWavePropertiesOnProfile().
int const SAVEMAX = 100000 |
Definition at line 462 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::CSimulation().
int const SAVGOL_POLYNOMIAL_MAX_ORDER = 6 |
Definition at line 484 of file cme.h.
Referenced by CSimulation::CalcSavitzkyGolay().
string const SCAPE_DIR = "scape/" |
Definition at line 883 of file cme.h.
Referenced by CSimulation::nReadShapeFunctionFile().
string const SCAPE_SHAPE_FUNCTION_FILE = "ShapeFunction.dat" |
Definition at line 884 of file cme.h.
Referenced by CSimulation::nReadShapeFunctionFile().
double const SEDIMENT_ELEV_TOLERANCE = 1e-10 |
Definition at line 813 of file cme.h.
Referenced by CSimulation::DoAllPotentialBeachErosion(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nCalcPotentialPlatformErosionOnProfile(), CSimulation::nDoCliffCollapseDeposition(), and CSimulation::nDoUnconsDepositionOnPolygon().
unsigned long const SEDIMENT_INPUT_EVENT_ERROR = -1 |
Definition at line 791 of file cme.h.
Referenced by CSimulation::nReadSedimentInputEventFile(), and CSimulation::ulConvertToTimestep().
string const SEDIMENT_INPUT_EVENT_LOCATION_ID = "id" |
Definition at line 919 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
int const SEDIMENT_INPUT_EVENT_LOCATION_LINE_GEOMETRY = VEC_GEOMETRY_LINE |
Definition at line 597 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
int const SEDIMENT_INPUT_EVENT_LOCATION_MAX_LAYER = 1 |
Definition at line 594 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
int const SEDIMENT_INPUT_EVENT_LOCATION_POINT_GEOMETRY = VEC_GEOMETRY_POINT |
Definition at line 595 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
int const SEDIMENT_INPUT_EVENT_LOCATION_VEC = 2 |
Definition at line 593 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadVectorGISFile().
string const SEND_EMAIL = " - Sending email to " |
Definition at line 876 of file cme.h.
Referenced by CSimulation::DoSimulationEnd().
string const SIMULATING = "\r - Simulating " |
Definition at line 874 of file cme.h.
Referenced by CSimulation::AnnounceProgress().
char const SLASH = '/' |
Definition at line 450 of file cme.h.
Referenced by CSimulation::bParseDate(), and CSimulation::WriteStartRunDetails().
int const SMOOTH_NONE = 0 |
Definition at line 770 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::WriteStartRunDetails().
int const SMOOTH_RUNNING_MEAN = 1 |
Definition at line 771 of file cme.h.
Referenced by CSimulation::nTraceCoastLine(), CSimulation::nTraceSeawardCliffEdge(), and CSimulation::WriteStartRunDetails().
int const SMOOTH_SAVITZKY_GOLAY = 2 |
Definition at line 772 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), CSimulation::nDoSimulation(), CSimulation::nTraceCoastLine(), CSimulation::nTraceSeawardCliffEdge(), and CSimulation::WriteStartRunDetails().
int const SOUTH = 5 |
Definition at line 499 of file cme.h.
Referenced by CSimulation::DoActualPlatformErosionOnCell(), CSimulation::DoShadowZoneAndDownDriftZone(), CSimulation::FindAllInundatedCells(), CSimulation::FindAllSeaCells(), CSimulation::LSmoothCoastSavitzkyGolay(), CSimulation::nGetOppositeDirection(), CSimulation::nMarkBoundingBoxEdgeCells(), CSimulation::nTraceAllCoasts(), CSimulation::nTraceAllFloodCoasts(), CSimulation::nTraceCoastLine(), CSimulation::nTraceFloodCoastLine(), and CSimulation::nTraceSeawardCliffEdge().
int const SOUTH_EAST = 4 |
Definition at line 498 of file cme.h.
Referenced by CSimulation::DoActualPlatformErosionOnCell(), and CSimulation::nGetOppositeDirection().
int const SOUTH_WEST = 6 |
Definition at line 500 of file cme.h.
Referenced by CSimulation::DoActualPlatformErosionOnCell(), and CSimulation::nGetOppositeDirection().
char const SPACE = ' ' |
Definition at line 451 of file cme.h.
Referenced by CSimulation::AnnounceProgress(), CSimulation::bCheckRasterGISOutputFormat(), CSimulation::bReadRunDataFile(), CSimulation::bWritePerTimestepResultsFixedWidth(), CSimulation::nReadShapeFunctionFile(), CSimulation::nReadVectorGISFile(), CSimulation::nReadWaveStationInputFile(), strDblRight(), strRightPerCent(), CSimulation::ulConvertToTimestep(), and CSimulation::WriteStartRunDetails().
string const START_NOTICE = "- Started on " |
Definition at line 848 of file cme.h.
Referenced by CSimulation::AnnounceLicence().
double const STRAIGHT_COAST_MAX_DETAILED_CURVATURE = -5 |
Definition at line 815 of file cme.h.
Referenced by CSimulation::DoCoastCurvature().
double const STRAIGHT_COAST_MAX_SMOOTH_CURVATURE = -1 |
Definition at line 816 of file cme.h.
Referenced by CSimulation::DoCoastCurvature().
int const SUSP_SED_RASTER = 7 |
Definition at line 571 of file cme.h.
Referenced by CSimulation::nDoSimulation(), and CSimulation::nReadRasterGISFile().
int const TEXTURE_COARSE = 2 |
int const TEXTURE_FINE = 0 |
Definition at line 513 of file cme.h.
Referenced by CSimulation::ErodeCellBeachSedimentSupplyLimited(), CSimulation::nDoAllActualBeachErosionAndDeposition(), and CSimulation::nDoUnconsErosionOnPolygon().
int const TEXTURE_SAND = 1 |
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 838 of file cme.h.
Referenced by CSimulation::nHandleCommandLineParams().
char const TILDE = '~' |
Definition at line 452 of file cme.h.
Referenced by CSimulation::bReadIniFile(), and CSimulation::bReadRunDataFile().
int const TIME_DAYS = 1 |
Definition at line 520 of file cme.h.
Referenced by CSimulation::dGetTimeMultiplier(), CSimulation::nDoSimulationTimeMultiplier(), and CSimulation::nDoTimeUnits().
int const TIME_HOURS = 0 |
Definition at line 519 of file cme.h.
Referenced by CSimulation::dGetTimeMultiplier(), CSimulation::nDoSimulationTimeMultiplier(), and CSimulation::nDoTimeUnits().
int const TIME_MONTHS = 2 |
Definition at line 521 of file cme.h.
Referenced by CSimulation::dGetTimeMultiplier(), CSimulation::nDoSimulationTimeMultiplier(), and CSimulation::nDoTimeUnits().
string const TIME_SERIES_BEACH_CHANGE_NET_CODE = "beach_change_net" |
Definition at line 1221 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().
string const TIME_SERIES_BEACH_CHANGE_NET_NAME = "beach_change_net" |
Definition at line 1220 of file cme.h.
Referenced by CSimulation::bSetUpTSFiles().
string const TIME_SERIES_BEACH_DEPOSITION_CODE = "beach_deposition" |
Definition at line 1218 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().
string const TIME_SERIES_BEACH_DEPOSITION_NAME = "beach_deposition" |
Definition at line 1217 of file cme.h.
Referenced by CSimulation::bSetUpTSFiles().
string const TIME_SERIES_BEACH_EROSION_CODE = "beach_erosion" |
Definition at line 1215 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().
string const TIME_SERIES_BEACH_EROSION_NAME = "beach_erosion" |
Definition at line 1214 of file cme.h.
Referenced by CSimulation::bSetUpTSFiles().
string const TIME_SERIES_CLIFF_COLLAPSE_DEPOSITION_CODE = "cliff_collapse_deposition" |
Definition at line 1209 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().
string const TIME_SERIES_CLIFF_COLLAPSE_DEPOSITION_NAME = "cliff_collapse_deposition" |
Definition at line 1208 of file cme.h.
Referenced by CSimulation::bSetUpTSFiles().
string const TIME_SERIES_CLIFF_COLLAPSE_EROSION_CODE = "cliff_collapse_erosion" |
Definition at line 1206 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().
string const TIME_SERIES_CLIFF_COLLAPSE_EROSION_NAME = "cliff_collapse_erosion" |
Definition at line 1205 of file cme.h.
Referenced by CSimulation::bSetUpTSFiles().
string const TIME_SERIES_CLIFF_COLLAPSE_NET_CODE = "cliff_collapse_net" |
Definition at line 1212 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().
string const TIME_SERIES_CLIFF_COLLAPSE_NET_NAME = "cliff_collapse_net" |
Definition at line 1211 of file cme.h.
Referenced by CSimulation::bSetUpTSFiles().
string const TIME_SERIES_FLOOD_SETUP_SURGE_CODE = "flood_setup_surge" |
Definition at line 1227 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), CSimulation::bSetUpTSFiles(), and CSimulation::strListTSFiles().
string const TIME_SERIES_FLOOD_SETUP_SURGE_NAME = "flood_setup_surge" |
string const TIME_SERIES_FLOOD_SETUP_SURGE_RUNUP_CODE = "flood_setup_surge_runup" |
Definition at line 1230 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), CSimulation::bSetUpTSFiles(), and CSimulation::strListTSFiles().
string const TIME_SERIES_FLOOD_SETUP_SURGE_RUNUP_NAME = "flood_setup_surge_runup" |
string const TIME_SERIES_PLATFORM_EROSION_CODE = "platform_erosion" |
Definition at line 1203 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().
string const TIME_SERIES_PLATFORM_EROSION_NAME = "platform_erosion" |
Definition at line 1202 of file cme.h.
Referenced by CSimulation::bSetUpTSFiles().
string const TIME_SERIES_SEA_AREA_CODE = "sea_area" |
Definition at line 1197 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().
string const TIME_SERIES_SEA_AREA_NAME = "sea_area" |
Definition at line 1196 of file cme.h.
Referenced by CSimulation::bSetUpTSFiles().
string const TIME_SERIES_STILL_WATER_LEVEL_CODE = "water_level" |
Definition at line 1200 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().
string const TIME_SERIES_STILL_WATER_LEVEL_NAME = "still_water_level" |
Definition at line 1199 of file cme.h.
Referenced by CSimulation::bSetUpTSFiles().
string const TIME_SERIES_SUSPENDED_SEDIMENT_CODE = "suspended" |
Definition at line 1224 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListTSFiles().
string const TIME_SERIES_SUSPENDED_SEDIMENT_NAME = "suspended_sediment" |
Definition at line 1223 of file cme.h.
Referenced by CSimulation::bSetUpTSFiles().
int const TIME_UNKNOWN = -1 |
Definition at line 518 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), CSimulation::dGetTimeMultiplier(), CSimulation::nDoSimulationTimeMultiplier(), CSimulation::nDoTimeUnits(), and CSimulation::nReadWaveStationInputFile().
int const TIME_YEARS = 3 |
Definition at line 522 of file cme.h.
Referenced by CSimulation::dGetTimeMultiplier(), CSimulation::nDoSimulationTimeMultiplier(), and CSimulation::nDoTimeUnits().
double const TOLERANCE = 1e-7 |
Definition at line 811 of file cme.h.
Referenced by CGeomCell::bBasementElevIsMissingValue(), CSimulation::bCheckForIntersection(), CSimulation::bReadRunDataFile(), CSimulation::bWriteRasterGISFile(), CSimulation::bWriteVectorGISFile(), CSimulation::CalcCoastTangents(), CSimulation::CalcD50AndFillWaveCalcHoles(), CSimulation::CalcTime(), CSimulation::CellByCellFillSea(), CSimulation::dCalcBeachProtectionFactor(), CSimulation::dCalcCurvature(), CSimulation::DoActualPlatformErosionOnCell(), CSimulation::DoAllPotentialBeachErosion(), CSimulation::DoCoastCurvature(), CSimulation::FillInBeachProtectionHoles(), CSimulation::FillPotentialPlatformErosionHoles(), CSimulation::FindAllSeaCells(), CSimulation::GetRasterOutputMinMax(), CSimulation::InterpolateWaveHeightToCoastPoints(), CSimulation::InterpolateWavePropertiesBetweenProfiles(), LULinearSolve(), CSimulation::ModifyBreakingWavePropertiesWithinShadowZoneToCoastline(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nCalcPotentialPlatformErosionOnProfile(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nDoAllPropagateWaves(), CSimulation::nDoAllShadowZones(), CSimulation::nDoAllWaveEnergyToCoastLandforms(), CSimulation::nDoCliffCollapseDeposition(), CSimulation::nDoPolygonSharedBoundaries(), 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().
int const UNCONS_SEDIMENT_EQUATION_CERC = 0 |
Definition at line 784 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), CSimulation::DoAllPotentialBeachErosion(), CSimulation::WritePolygonPotentialErosion(), and CSimulation::WriteStartRunDetails().
int const UNCONS_SEDIMENT_EQUATION_KAMPHUIS = 1 |
Definition at line 785 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), CSimulation::DoAllPotentialBeachErosion(), CSimulation::WritePolygonPotentialErosion(), and CSimulation::WriteStartRunDetails().
string const USAGE = "Usage: cme [OPTION]..." |
Definition at line 841 of file cme.h.
Referenced by CSimulation::nHandleCommandLineParams().
string const USAGE1 = " --gdal List GDAL drivers" |
Definition at line 842 of file cme.h.
Referenced by CSimulation::nHandleCommandLineParams().
string const USAGE2 = " --about Information about this program" |
Definition at line 843 of file cme.h.
Referenced by CSimulation::nHandleCommandLineParams().
string const USAGE3 = " --help Display this text" |
Definition at line 844 of file cme.h.
Referenced by CSimulation::nHandleCommandLineParams().
string const USAGE4 = " --home=DIRECTORY Specify the location of the .ini file etc." |
Definition at line 845 of file cme.h.
Referenced by CSimulation::nHandleCommandLineParams().
Definition at line 846 of file cme.h.
Referenced by CSimulation::nHandleCommandLineParams().
int const VEC_GEOMETRY_LINE = 2 |
Definition at line 585 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
int const VEC_GEOMETRY_OTHER = 4 |
Definition at line 587 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
int const VEC_GEOMETRY_POINT = 1 |
Definition at line 584 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
int const VEC_GEOMETRY_POLYGON = 3 |
Definition at line 586 of file cme.h.
Referenced by CSimulation::nReadVectorGISFile().
string const VECTOR_ALL_OUTPUT_CODE = "all" |
Definition at line 1120 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const VECTOR_ALL_RIVER_FLOOD_OUTPUT_CODE = "all" |
Definition at line 1122 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const VECTOR_AVG_WAVE_ANGLE_AND_HEIGHT_CODE = "avg_wave_angle" |
Definition at line 1136 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_AVG_WAVE_ANGLE_AND_HEIGHT_NAME = "avg_wave_angle" |
Definition at line 1135 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_BREAKING_WAVE_HEIGHT_CODE = "breaking_wave_height" |
Definition at line 1141 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_BREAKING_WAVE_HEIGHT_NAME = "breaking_wave_height" |
Definition at line 1142 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_CLIFF_EDGE_CODE = "cliff_edge" |
Definition at line 1125 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const VECTOR_CLIFF_EDGE_NAME = "cliff_edge" |
Definition at line 1126 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_CLIFF_NOTCH_SIZE_CODE = "cliff_notch" |
Definition at line 1147 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_CLIFF_NOTCH_SIZE_NAME = "cliff_notch" |
Definition at line 1148 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_COAST_CODE = "coast" |
Definition at line 1123 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_COAST_CURVATURE_CODE = "coast_curvature" |
Definition at line 1131 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_COAST_CURVATURE_NAME = "coast_curvature" |
Definition at line 1132 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_COAST_NAME = "coast" |
Definition at line 1124 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT_CODE = "deep_water_wave_angle" |
Definition at line 1153 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT_NAME = "deep_water_wave_angle" |
Definition at line 1154 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_DOWNDRIFT_BOUNDARY_CODE = "downdrift_boundary" |
Definition at line 1151 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_DOWNDRIFT_BOUNDARY_NAME = "downdrift_boundary" |
Definition at line 1152 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_FLOOD_LINE_CODE = "flood_line" |
Definition at line 1161 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const VECTOR_FLOOD_LINE_NAME = "flood_line" |
Definition at line 1162 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_FLOOD_SWL_SETUP_LINE_CODE = "setup" |
Definition at line 1163 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const VECTOR_FLOOD_SWL_SETUP_SURGE_LINE_CODE = "setup_surge" |
Definition at line 1165 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const VECTOR_FLOOD_SWL_SETUP_SURGE_LINE_NAME = "setup_surge" |
string const VECTOR_FLOOD_SWL_SETUP_SURGE_RUNUP_LINE_CODE = "setup_surge_runup" |
Definition at line 1167 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const VECTOR_FLOOD_SWL_SETUP_SURGE_RUNUP_LINE_NAME = "setup_surge_runup" |
string const VECTOR_INVALID_NORMALS_CODE = "invalid_normals" |
Definition at line 1129 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_INVALID_NORMALS_NAME = "invalid_normals" |
Definition at line 1130 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_MEAN_WAVE_ENERGY_CODE = "mean_wave_energy" |
Definition at line 1139 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_MEAN_WAVE_ENERGY_NAME = "mean_wave_energy" |
Definition at line 1140 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_NORMALS_CODE = "normals" |
Definition at line 1127 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_NORMALS_NAME = "normals" |
Definition at line 1128 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
int const VECTOR_PLOT_AVG_WAVE_ANGLE_AND_HEIGHT = 1 |
Definition at line 667 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_AVG_WAVE_ANGLE_AND_HEIGHT_TITLE = "Average wave orientation and height" |
Definition at line 1171 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_BREAKING_WAVE_HEIGHT = 2 |
Definition at line 668 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_BREAKING_WAVE_HEIGHT_TITLE = "Breaking wave height" |
Definition at line 1172 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_CLIFF_EDGE = 20 |
Definition at line 672 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_CLIFF_EDGE_TITLE = "Cliff edge" |
Definition at line 1176 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_CLIFF_NOTCH_SIZE = 3 |
Definition at line 669 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_CLIFF_NOTCH_SIZE_TITLE = "Cliff notch incision" |
Definition at line 1173 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_COAST = 4 |
Definition at line 670 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
int const VECTOR_PLOT_COAST_CURVATURE = 5 |
Definition at line 671 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_COAST_CURVATURE_TITLE = "Coastline curvature" |
Definition at line 1174 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
string const VECTOR_PLOT_COAST_TITLE = "Coastline" |
Definition at line 1175 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT = 6 |
Definition at line 673 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_DEEP_WATER_WAVE_ANGLE_AND_HEIGHT_TITLE = "Deep water wave orientation and height" |
Definition at line 1177 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_DOWNDRIFT_BOUNDARY = 7 |
Definition at line 674 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_DOWNDRIFT_BOUNDARY_TITLE = "Downdrift zone boundary" |
Definition at line 1178 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_FLOOD_LINE = 19 |
Definition at line 686 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_FLOOD_SWL_SETUP_LINE_TITLE = "SWL-Setup line" |
Definition at line 1191 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
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" |
int const VECTOR_PLOT_INVALID_NORMALS = 8 |
Definition at line 675 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_INVALID_NORMALS_TITLE = "INVALID Coastline-normal profiles" |
Definition at line 1179 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_MEAN_WAVE_ENERGY = 9 |
Definition at line 676 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_MEAN_WAVE_ENERGY_TITLE = "Mean wave energy" |
Definition at line 1180 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_NORMALS = 10 |
Definition at line 677 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_NORMALS_TITLE = "Coastline-normal profiles" |
Definition at line 1181 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_POLYGON_BOUNDARY = 11 |
Definition at line 678 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_POLYGON_BOUNDARY_TITLE = "Polygons" |
Definition at line 1182 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_POLYGON_NODES = 12 |
Definition at line 679 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_POLYGON_NODES_TITLE = "Polygon nodes" |
Definition at line 1183 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_RUN_UP = 18 |
Definition at line 685 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_RUN_UP_TITLE = "Run up" |
Definition at line 1189 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_SHADOW_BOUNDARY = 13 |
Definition at line 680 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_SHADOW_BOUNDARY_TITLE = "Shadow zone boundary" |
Definition at line 1184 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_STORM_SURGE = 17 |
Definition at line 684 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_STORM_SURGE_TITLE = "Storm surge" |
Definition at line 1188 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_WAVE_ANGLE_AND_HEIGHT = 14 |
Definition at line 681 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_WAVE_ANGLE_AND_HEIGHT_TITLE = "Wave orientation and height" |
Definition at line 1185 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_WAVE_ENERGY_SINCE_COLLAPSE = 15 |
Definition at line 682 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_WAVE_ENERGY_SINCE_COLLAPSE_TITLE = "Wave energy since collapse" |
Definition at line 1186 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
int const VECTOR_PLOT_WAVE_SETUP = 16 |
Definition at line 683 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles(), and CSimulation::bWriteVectorGISFile().
string const VECTOR_PLOT_WAVE_SETUP_TITLE = "Wave setup" |
Definition at line 1187 of file cme.h.
Referenced by CSimulation::bSaveAllVectorGISFiles().
string const VECTOR_POLYGON_BOUNDARY_CODE = "polygon" |
Definition at line 1145 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_POLYGON_BOUNDARY_NAME = "polygon" |
Definition at line 1146 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_POLYGON_NODE_CODE = "polygon_node" |
Definition at line 1143 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_POLYGON_NODE_NAME = "polygon_node" |
Definition at line 1144 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_RUN_UP_CODE = "run_up" |
Definition at line 1159 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const VECTOR_RUN_UP_NAME = "run_up" |
Definition at line 1160 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_SHADOW_BOUNDARY_CODE = "shadow_boundary" |
Definition at line 1149 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_SHADOW_BOUNDARY_NAME = "shadow_boundary" |
Definition at line 1150 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_STORM_SURGE_CODE = "storm_surge" |
Definition at line 1157 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const VECTOR_STORM_SURGE_NAME = "storm_surge" |
Definition at line 1158 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_USUAL_OUTPUT_CODE = "usual" |
Definition at line 1121 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const VECTOR_WAVE_ANGLE_AND_HEIGHT_CODE = "wave_angle" |
Definition at line 1133 of file cme.h.
Referenced by CSimulation::strListVectorFiles().
string const VECTOR_WAVE_ANGLE_AND_HEIGHT_NAME = "wave_angle" |
Definition at line 1134 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_WAVE_ENERGY_SINCE_COLLAPSE_CODE = "wave_energy" |
Definition at line 1137 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), and CSimulation::strListVectorFiles().
string const VECTOR_WAVE_ENERGY_SINCE_COLLAPSE_NAME = "wave_energy" |
Definition at line 1138 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
string const VECTOR_WAVE_SETUP_CODE = "wave_setup" |
Definition at line 1155 of file cme.h.
Referenced by CSimulation::bReadRunDataFile().
string const VECTOR_WAVE_SETUP_NAME = "wave_setup" |
Definition at line 1156 of file cme.h.
Referenced by CSimulation::bWriteVectorGISFile().
double const WALKDEN_HALL_PARAM_1 = 3.25 |
Definition at line 800 of file cme.h.
Referenced by CSimulation::nDoAllPropagateWaves().
double const WALKDEN_HALL_PARAM_2 = 1.50 |
Definition at line 801 of file cme.h.
Referenced by CSimulation::nDoAllPropagateWaves().
string const WARN = "WARNING " |
Definition at line 891 of file cme.h.
Referenced by CSimulation::bWriteRasterGISFile(), CSimulation::DoActualPlatformErosionOnCell(), CSimulation::MarkProfilesOnGrid(), CSimulation::nCalcPotentialPlatformErosionBetweenProfiles(), CSimulation::nCalcWavePropertiesOnProfile(), CSimulation::nDoAllShadowZones(), CSimulation::nDoAllWaveEnergyToCoastLandforms(), CSimulation::nDoCliffCollapse(), CSimulation::nGetThisProfileElevationsForCShore(), CSimulation::nInitGridAndCalcStillWaterLevel(), CSimulation::nInsertPointIntoProfilesIfNeededThenUpdate(), CSimulation::nReadRasterGISFile(), and CSimulation::nReadVectorGISFile().
int const WAVE_MODEL_COVE = 0 |
Definition at line 780 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), CSimulation::nCalcWavePropertiesOnProfile(), and CSimulation::WriteStartRunDetails().
int const WAVE_MODEL_CSHORE = 1 |
Definition at line 781 of file cme.h.
Referenced by CSimulation::bReadRunDataFile(), CSimulation::nCalcWavePropertiesOnProfile(), and CSimulation::WriteStartRunDetails().
int const WEST = 7 |
Definition at line 501 of file cme.h.
Referenced by CSimulation::DoActualPlatformErosionOnCell(), CSimulation::DoShadowZoneAndDownDriftZone(), CSimulation::FindAllInundatedCells(), CSimulation::FindAllSeaCells(), CSimulation::LSmoothCoastSavitzkyGolay(), CSimulation::nGetOppositeDirection(), CSimulation::nMarkBoundingBoxEdgeCells(), CSimulation::nTraceAllCoasts(), CSimulation::nTraceAllFloodCoasts(), CSimulation::nTraceCoastLine(), CSimulation::nTraceFloodCoastLine(), and CSimulation::nTraceSeawardCliffEdge().