Oceanic#

class hydromodpy.watershed.oceanic.Oceanic[source]#

Bases: object

Add oceanic data from specific data at France scale. Allow to define head boundary with water levels in groundwater flow model.

Parameters#

MSLfloat

The default is None.

display_data(values)[source]#

Function to activate plots.

Parameters#

valuesstr

Type of plot required : ‘RMSL’ or ‘RSL’.

extract_data(out_path, geographic, oceanic_path=None)[source]#

Clip data at the model_domain (watershed) scale.

Parameters#

out_pathstr

Path of the HydroModPy outputs.

geographicobject

Variable object of the model domain (watershed).

oceanic_pathstr, optional

Path of the folder with the oceanic data. The default is None.

idx_from_global_map(path, geographic)[source]#

Index and project zones of interest.

Parameters#

pathstr

Path of the specific NetCDF file.

geographicTYPE

DESCRIPTION.

Returns#

xidxint

Index x.

yidxint

Index y.

mean_sea_level(geographic, oceanic_path)[source]#

Extract historical mean sea level in tide sea level stations.

Returns#

ram_pathstr

Path of the tide sea level stations data in a shapefile.

rise_sea_level(geographic, oceanic_path)[source]#

Extract future sea level projections under different greenhouse gas emission scenarios.

update_MSL(value)[source]#

Update the MSL value.

Parameters#

valuefloat

Elevation Meter Above Sea Level [m]. The default is None.