|
◆ transform_get_val()
subroutine grid_transform_class::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 |
|
) |
| |
|
private |
Method for returning the contents of the object.
- Parametri
-
[in] | this | object to examine |
[out] | time_definition | 0=time is reference time, 1=time is validity time |
[out] | trans_type | type of transformation |
[out] | sub_type | subtype of transformation |
[out] | input_levtype | type of vertical level of input data (only type of first and second surface are used, level values are ignored) |
[out] | output_levtype | type 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.
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') 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))) Restituiscono il valore dell'oggetto in forma di stringa stampabile.
|