libsim Versione 7.2.6
|
◆ 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 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)
|