libsim  Versione 7.1.8

◆ griddim_write_unit()

subroutine griddim_write_unit ( type(griddim_def), intent(in)  this,
integer, intent(in)  unit 
)

This method writes on a Fortran file unit the contents of the object this.

The record can successively be read by the ::read_unit method. The method works both on formatted and unformatted files.

Parametri
[in]thisobject to be written
[in]unitunit where to write, it must be an opened Fortran file unit

Definizione alla linea 793 del file grid_class.F90.

794 CALL grib_get_dmiss(gaid,'longitudeOfSouthernPoleInDegrees', &
795  this%grid%proj%rotated%longitude_south_pole)
796 CALL grib_get_dmiss(gaid,'latitudeOfSouthernPoleInDegrees', &
797  this%grid%proj%rotated%latitude_south_pole)
798 CALL grib_get_dmiss(gaid,'angleOfRotationInDegrees', &
799  this%grid%proj%rotated%angle_rotation)
800 
801 ! Keys for stretched grids (checked through missing values)

Generated with Doxygen.