Skip to content

adam_globals

ADAM, common program-scope singletons — convenience re-export of all adam_*_global modules.

Provides a single USE point for all CPU-side program-scope singleton objects:

fortran
 use :: adam_globals, only : mpih, grid, field, maps, weno, ib, rk

instead of listing every individual adam_*_global module.

Source: src/lib/common/adam_globals.F90

Dependencies