libsim Versione 7.1.11
|
◆ griddim_write_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.
Definizione alla linea 793 del file grid_class.F90. 794CALL grib_get_dmiss(gaid,'longitudeOfSouthernPoleInDegrees', &
795 this%grid%proj%rotated%longitude_south_pole)
796CALL grib_get_dmiss(gaid,'latitudeOfSouthernPoleInDegrees', &
797 this%grid%proj%rotated%latitude_south_pole)
798CALL grib_get_dmiss(gaid,'angleOfRotationInDegrees', &
799 this%grid%proj%rotated%angle_rotation)
800
801! Keys for stretched grids (checked through missing values)
|