libsim Versione 7.2.0

◆ griddim_read_unit()

subroutine griddim_read_unit ( type(griddim_def), intent(out)  this,
integer, intent(in)  unit 
)
private

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.

Parametri
[out]thisobject to be read
[in]unitunit from which to read, it must be an opened Fortran file unit

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

Generated with Doxygen.