libsim Versione 7.2.1
|
◆ griddim_read_unit()
This method reads from a Fortran file unit the contents of the object this. The record to be read must have been written with the ::write_unit method. The method works both on formatted and unformatted files.
Definizione alla linea 771 del file grid_class.F90. 772 "griddim_import_gribapi, grid type "//trim(this%grid%proj%proj_type))
773#endif
774CALL grib_get(gaid,'GRIBEditionNumber',editionnumber)
775
776IF (this%grid%proj%proj_type == 'unstructured_grid') THEN
777 CALL grib_get(gaid,'numberOfDataPoints', this%dim%nx)
778 this%dim%ny = 1
779 this%grid%grid%component_flag = 0
|