libsim  Versione 7.2.1

◆ 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 797 del file grid_class.F90.

798 CALL grib_get_dmiss(gaid,'angleOfRotationInDegrees', &
799  this%grid%proj%rotated%angle_rotation)
800 
801 ! Keys for stretched grids (checked through missing values)
802 ! units must be verified, still experimental in grib_api
803 ! # TODO: Is it a float? Is it signed?
804 IF (editionnumber == 1) THEN
805  CALL grib_get_dmiss(gaid,'longitudeOfStretchingPoleInDegrees', &

Generated with Doxygen.