libsim Versione 7.2.1

◆ griddim_write_unit()

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

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

788
789CALL grib_get(gaid,'iScansNegatively',iScansNegatively)
790CALL grib_get(gaid,'jScansPositively',jScansPositively)
791CALL grib_get(gaid,'uvRelativeToGrid',this%grid%grid%component_flag)
792
793! Keys for rotated grids (checked through missing values)
794CALL grib_get_dmiss(gaid,'longitudeOfSouthernPoleInDegrees', &
795 this%grid%proj%rotated%longitude_south_pole)

Generated with Doxygen.