NCAR / ccpp-physics

GFS physics for CCPP
Other
58 stars 145 forks source link

Cleanup of RRTMGP Interstitials #893

Open dustinswales opened 2 years ago

dustinswales commented 2 years ago

Description

Remove excessive interstitial variables used by the RRTMGP scheme.

Solution

Identify instances when creating RRTMGP fields in the GFS_interstitial_type can be avoided by using fields directly from GFS_statein_type.

@ChunxiZhang-NOAA

ChunxiZhang-NOAA commented 2 years ago

Description

Remove excessive interstitial variables used by the RRTMGP scheme.

Solution

Identify instances when creating RRTMGP fields in the GFS_interstitial_type can be avoided by using fields directly from GFS_statein_type.

@ChunxiZhang-NOAA

@dustinswales Thank you Dustin. Let's work on this issue in the near future.