cg_iric_read_geo_filename_f¶
Reads the file name and data type of geographic data
Format (FORTRAN)¶
call cg_iric_read_geo_filename_f(name, geoid, geofilename, geotype, ier)
Format (C/C++)¶
ier = cg_iRIC_Read_Geo_Filename(name, geoid, geofilename, &geotype);
Format (Python)¶
This function does not exists for Python.
Arguments¶
Variable name |
Type |
I/O |
Description |
|---|---|---|---|
name |
character(*) |
I |
Geographic data group name |
geoid |
integer |
I |
Geographic data number |
geofilename |
character(*) |
O |
Filename |
geotype |
integer |
O |
Geographic data type |
ier |
integer |
O |
Error code. 0 means success. |