libsim  Versione 7.1.6

◆ griddim_read_unit()

subroutine grid_class::griddim_read_unit ( type(griddim_def), intent(out)  this,
integer, intent(in)  unit 
)
private

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.

Parametri
[out]thisobject to be read
[in]unitunit from which to read, it must be an opened Fortran file unit

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
782 ENDIF
783 
784 ! Keys valid for (almost?) all cases, Ni and Nj are universal aliases
785 CALL grib_get(gaid, 'Ni', this%dim%nx)

Generated with Doxygen.