|
subroutine gridinfo_init |
( |
type(gridinfo_def), intent(out) |
this, |
|
|
type(grid_id), intent(in), optional |
gaid, |
|
|
type(griddim_def), intent(in), optional |
griddim, |
|
|
type(datetime), intent(in), optional |
time, |
|
|
type(vol7d_timerange), intent(in), optional |
timerange, |
|
|
type(vol7d_level), intent(in), optional |
level, |
|
|
type(volgrid6d_var), intent(in), optional |
var, |
|
|
logical, intent(in), optional |
clone, |
|
|
character(len=*), intent(in), optional |
categoryappend |
|
) |
| |
Constructor, it creates a new instance of the object.
All the additional parameters are optional and they will be initialised to the corresponding missing value if not provided.
- Parametri
-
[out] | this | object to be initialized |
[in] | gaid | identificator of the grid to be described |
[in] | griddim | grid descriptor |
[in] | time | time dimension descriptor |
[in] | timerange | timerange (forecast, analysis, statistically processed) dimension descriptor |
[in] | level | vertical level dimension descriptor |
[in] | var | physical variable dimension descriptor |
[in] | clone | if provided and .TRUE., the gaid will be cloned and not simply copied into the gridinfo object |
[in] | categoryappend | append this suffix to log4fortran namespace category |
Definizione alla linea 697 del file gridinfo_class.F90.
|