|
subroutine export_to_gridinfo |
( |
type(volgrid6d), intent(in) |
this, |
|
|
type(gridinfo_def), intent(inout) |
gridinfo, |
|
|
integer |
itime, |
|
|
integer |
itimerange, |
|
|
integer |
ilevel, |
|
|
integer |
ivar, |
|
|
type(grid_id), intent(in), optional |
gaid_template, |
|
|
logical, intent(in), optional |
clone |
|
) |
| |
Export a single grid of a volgrid6d object to a gridinfo_def object.
A single 2d slice of a volgrid6d at a specified location is written into a gridinfo_def object, including the grid_id which can be used for the successive export to file.
- Parametri
-
[in] | this | volume to be exported |
[in,out] | gridinfo | output gridinfo_def object |
| itime | index within this of the element to be exported for the time dimension |
| itimerange | index within this of the element to be exported for the timerange dimension |
| ilevel | index within this of the element to be exported for the vertical level dimension |
| ivar | index within this of the element to be exported for the variable dimension |
[in] | gaid_template | grid_id template to be used for output data replacing the one contained in this |
[in] | clone | if provided and .TRUE., clone the grid_id included in this rather than making a shallow copy |
Definizione alla linea 1152 del file volgrid6d_class.F90.
|