source: (poseidon.create.f90) [ c_92_rp1 release ]
POSEIDON_TYPES_MODULEAllocate arrays within an ocean forcing object.
The created property is set to true, to indicate that the pointers have been assigned, but the initialized is set to false, since data within the arrays is set to NaN.
| TYPE (T_POSEIDON_FORCING) :: f | object to be allocated |
| TYPE (T_POSEIDON_GRID) :: g | Grid object |
| INTEGER :: ntracer | Number of tracers |
call Create_forcing(f, g, ntracer)
INTENT(IN) :: g,ntracer
| Legend: | INTENT(INOUT) | INTENT(IN) | INTENT(OUT) | [OPTIONAL] |
| Variables |