Skip to content

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

NameTypeAttributesDescription
rk_fnltype(rk_fnl_object)targetProgram-scope RK FNL singleton.