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
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