iric_geo_riversurvey_read_altitudes_f

  • Reads the altitude data of the crosssection

Format (FORTRAN)

call iric_geo_riversurvey_read_altitudes_f(rid, pointid, position, height, active, ier)

Format (C/C++)

ier = iRIC_Geo_RiverSurvey_Read_Altitudes(rid, pointid, position, height, active);

Format (Python)

This function does not exists for Python.

Arguments

Table 152 Arguments of iric_geo_riversurvey_read_altitudes_f
Variable name Type I/O Description
rid integer I River Survey Data ID
pointid pointid I Crosssection ID
position double precision , dimension(:), allocatable O Altitude position (less than 0: left bank side, grater than 0: right bank side)
height double precision , dimension(:), allocatable O Altitude height (elevation)
active integer, dimension(:), allocatable O Altitude data active/inactive (1: active, 0: inactive)
ier integer O Error code. 0 means success.