Solver

RRTMGP.RTE.SolverType
Solver(
    context,
    as,
    op,
    src_lw,
    src_sw,
    bcs_lw,
    bcs_sw,
    fluxb_lw,
    fluxb_sw,
    flux_lw,
    flux_sw
)

The high-level RRTMGP data structure storing the atmospheric state, optical properties, sources, boundary conditions and fluxes configurations for a given simulation.

Fields

  • context: ClimaComms context

  • as: atmospheric state

  • op: optical properties

  • src_lw: source functions

  • src_sw: source functions

  • bcs_lw: boundary conditions

  • bcs_sw: boundary conditions

  • fluxb_lw: temporary storage for bandwise calculations

  • fluxb_sw: temporary storage for bandwise calculations

  • flux_lw: fluxes for longwave problem

  • flux_sw: fluxes for shortwave problem

source