Discontinuous Galerkin Methods
Functions
ClimateMachine.Courant
— ModuleCourant
Contains stubs for advective, diffusive, and nondiffusive courant number calculations to be used in ClimateMachine.DGMethods.courant
. Models should provide concrete implementations if they wish to use these functions.
ClimateMachine.Courant.advective_courant
— Functionadvective_courant(::HBModel)
calculates the CFL condition due to advection
ClimateMachine.Courant.diffusive_courant
— Functiondiffusive_courant(::HBModel)
calculates the CFL condition due to temperature diffusivity factor of 1000 is for convective adjustment
ClimateMachine.Courant.nondiffusive_courant
— Functionnondiffusive_courant(::HBModel)
calculates the CFL condition due to gravity waves