Skip to content

Need for extra radiation layers? #374

Description

@dustinswales

Description

In the GFS, RRTMG radiation uses a different vertical grid than the rest of the physics. This vertical dimension has the CCPP standard name adjusted_vertical_layer_dimension_for_radiation. This requires new variables for the radiation, and all of these fields need to be copied in/out before/after radiation. Lot's of overhead.

As far as I can tell, adjusted_vertical_layer_dimension_for_radiation = vertical_layer_dimension + LTP, where LTP=0.

Solution

If there is no need for LTP, use vertical_layer_dimension for RRTMG interstitials.

For RRTMGP, there is a more elegant way of computing the boundary conditions for low top model configurations.

@climbfuji

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions