are those "or" necessary? #118
|
GOCART/Process_Library/Chem_MieTableMod2G.F90 Lines 731 to 736 in 150f6b8 I remove those "or"s. It seems unnecessary to me. @tclune |
Replies: 3 comments 3 replies
|
I think the intent is that refrIn is needed for filling in tau and ssa if they are around. |
|
I have not look into this in great detail, but I think I can guess the dependency. For a single species, refer and refi are intensive properties that can be pulled directly from the LUT. However, if you want a "combined index of refraction" of all aerosols you need to involve some "mixing rule" and the final result is an weighted average of all individual index of refraction, weighted by something like ssa * tau. |
|
@pcolarco Can you take a look at this fragment: I do not understand the role of |
I think the intent is that refrIn is needed for filling in tau and ssa if they are around.