libsim  Versione 7.1.9

◆ geo_proj_read_unit()

subroutine geo_proj_read_unit ( type(geo_proj), intent(out)  this,
integer, intent(in)  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.

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

Definizione alla linea 756 del file geo_proj_class.F90.

757  this%stretched%latitude_stretch_pole == that%stretched%latitude_stretch_pole .AND. &
758  geo_lon_eq(this%stretched%longitude_stretch_pole, that%stretched%longitude_stretch_pole) .AND. &
759  this%stretched%stretch_factor == that%stretched%stretch_factor .AND. &
760  this%polar%latin1 == that%polar%latin1 .AND. & ! polar%lon1, polar%lat1
761  this%polar%latin2 == that%polar%latin2 .AND. & ! intentionally not checked
762  this%polar%lad == that%polar%lad .AND. &
763  this%polar%projection_center_flag == that%polar%projection_center_flag .AND. &
764  this%ellips%f == that%ellips%f .AND. this%ellips%a == that%ellips%a
765 
766 END FUNCTION geo_proj_eq
767 
768 

Generated with Doxygen.