libsim Versione 7.1.11
|
◆ griddim_read_unit()
This method reads from a Fortran file unit the contents of the object this. The record to be read must have been written with the ::write_unit method. The method works both on formatted and unformatted files.
Definizione alla linea 777 del file grid_class.F90. 778 this%dim%ny = 1
779 this%grid%grid%component_flag = 0
780 CALL griddim_import_ellipsoid(this, gaid)
781 RETURN
782ENDIF
783
784! Keys valid for (almost?) all cases, Ni and Nj are universal aliases
785CALL grib_get(gaid, 'Ni', this%dim%nx)
|