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] | this | object to be read |
[in] | unit | unit from which to read, it must be an opened Fortran file unit |
Definizione alla linea 797 del file grid_class.F90.
797 CALL grib_get_dmiss(gaid,
'latitudeOfThePoleOfStretching', &
798 this%grid%proj%stretched%latitude_stretch_pole)
799 CALL grib_get_dmiss(gaid,
'stretchingFactor', &
800 this%grid%proj%stretched%stretch_factor)
801 IF (
c_e(this%grid%proj%stretched%stretch_factor)) &
802 this%grid%proj%stretched%stretch_factor = this%grid%proj%stretched%stretch_factor*1.0d-6