iric_geo_riversurvey_read_watersurfaceelevation_f

  • Reads the water elevation at the crosssection

Format (FORTRAN)

call iric_geo_riversurvey_read_watersurfaceelevation_f(rid, pointid, set, value, ier)

Format (C/C++)

ier = iRIC_Geo_RiverSurvey_Read_WaterSurfaceElevation(rid, pointid, set, &value);

Format (Python)

This function does not exists for Python.

Arguments

Table 155 Arguments of iric_geo_riversurvey_read_watersurfaceelevation_f

Variable name

Type

I/O

Description

rid

integer

I

River Survey Data ID

pointid

integer

I

Crosssection ID

set

integer

O

If defined the value is 1

value

double precision

O

Water surface elevation

ier

integer

O

Error code. 0 means success.