libsim  Versione6.3.0

◆ griddim_read_unit()

subroutine griddim_read_unit ( type(griddim_def), intent(out)  this,
integer, intent(in)  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.

Parametri
[out]thisobject to be read
[in]unitunit 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
803 ENDIF
804 

Generated with Doxygen.