spectral2grid Subroutine

public subroutine spectral2grid(state)

Uses

  • proc~~spectral2grid~~UsesGraph proc~spectral2grid spectral2grid module~physical_constants physical_constants proc~spectral2grid->module~physical_constants module~types types module~physical_constants->module~types module~params params module~physical_constants->module~params iso_fortran_env iso_fortran_env module~types->iso_fortran_env module~params->module~types

Transform the prognostic variables from the spectral to the grid space. The spectral Divergence and Vorticity are transformed to U and V in the grid space.

Arguments

Type IntentOptional AttributesName
type(ModelState_t), intent(inout), target:: state

Called by

proc~~spectral2grid~~CalledByGraph proc~spectral2grid spectral2grid proc~transform_spectral2grid transform_spectral2grid proc~transform_spectral2grid->proc~spectral2grid

Contents

None