CliMA / RRTMGP.jl

A Julia implementation of Rapid and accurate Radiative Transfer Model for General Circulation Models.
https://clima.github.io/RRTMGP.jl/latest/
Apache License 2.0
55 stars 4 forks source link

Revisit the overlap assumption #303

Open szy21 opened 2 years ago

szy21 commented 2 years ago

Currently, we are using the maximum random overlapping assumption from RRTMG. (Note that it is different from the one in RRTMGP.)

Robert notes that maximum-random overlap has the disadvantage of being closely tied to the vertical discretization. Overlap formulations which rely on correlations with vary with physical distance, as described in the second paper below, are more robust. https://rmets.onlinelibrary.wiley.com/doi/abs/10.1256/qj.03.99 https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2004JD005100

Right now, there are no physical tests for the overlap assumption. Tapio suggested that we use 3D radiation as a reference (see Clare's paper).

szy21 commented 2 years ago

cc @tapios