Appearance
adam_fnl_rk_global
ADAM, global FNL RK singleton — single program-scope rk_fnl_object instance.
Requires explicit initialization after the CPU-side rk global singleton and the field/grid globals are populated:
fortran
rk = self%rk ! populate CPU singleton
call rk_fnl%initialize()Source: src/lib/fnl/adam_fnl_rk_global.F90
Dependencies
Variables
| Name | Type | Attributes | Description |
|---|---|---|---|
rk_fnl | type(rk_fnl_object) | target | Program-scope RK FNL singleton. |