cg_iric_read_geo_count_f

  • Reads the number of geographic data

Format (FORTRAN)

call cg_iric_read_geo_count_f(name, geocount, ier)

Format (C/C++)

ier = cg_iRIC_Read_Geo_Count(name, geocount);

Format (Python)

This function does not exists for Python.

Arguments

Table 133 Arguments of cg_iric_read_geo_count_f

Variable name

Type

I/O

Description

name

character(*)

I

Geographic data group name

geocount

integer

O

The number of geographic data

ier

integer

O

Error code. 0 means success.