libsim  Versione6.3.0

◆ transform_get_val()

subroutine transform_get_val ( type(transform_def), intent(in)  this,
integer, intent(out), optional  time_definition,
character(len=*), intent(out), optional  trans_type,
character(len=*), intent(out), optional  sub_type,
type(vol7d_level), intent(out), optional  input_levtype,
type(vol7d_level), intent(out), optional  output_levtype 
)

Method for returning the contents of the object.

Parametri
[in]thisobject to examine
[out]time_definition0=time is reference time, 1=time is validity time
[out]trans_typetype of transformation
[out]sub_typesubtype of transformation
[out]input_levtypetype of vertical level of input data (only type of first and second surface are used, level values are ignored)
[out]output_levtypetype of vertical level of output data (only type of first and second surface are used, level values are ignored)

Definizione alla linea 1021 del file grid_transform_class.F90.

1021  ENDDO
1022  ELSE
1023  CALL l4f_category_log(this%category, l4f_error, &
1024  'grid_transform_levtype_levtype_init: automatic generation of output levels &
1025  &available only for hybrid levels')
1026  CALL raise_error()
1027  RETURN
1028  ENDIF
1029  ELSE
1030  CALL l4f_category_log(this%category, l4f_error, &
1031  'grid_transform_levtype_levtype_init: strange situation'// &
1032  to_char(c_e(trans%vertint%input_levtype%level2))//' '// &
1033  to_char(c_e(trans%vertint%output_levtype%level2)))
1034  CALL raise_error()
1035  RETURN
1036  ENDIF
Restituiscono il valore dell'oggetto in forma di stringa stampabile.

Generated with Doxygen.