|
| subroutine | init_grid_generic (grid, grid_desc) |
| | Initializes a polymorphic ip_grid object from an ip_grid_descriptor. More...
|
| |
Definition at line 20 of file ip_grid_factory_mod.f90.
◆ init_grid_generic()
| subroutine ip_grid_factory_mod::init_grid::init_grid_generic |
( |
class(ip_grid), intent(out), allocatable |
grid, |
|
|
class(ip_grid_descriptor), intent(in) |
grid_desc |
|
) |
| |
|
private |
Initializes a polymorphic ip_grid object from an ip_grid_descriptor.
- Parameters
-
| [out] | grid | Grid to initialize |
| [in] | grid_desc | Grid descriptor created from a grib1/grib2 template. |
- Author
- Kyle Gerheiser
- Date
- July 2021
Definition at line 33 of file ip_grid_factory_mod.f90.
The documentation for this interface was generated from the following file: