[MITgcm-support] Atmospheric emissivity in Cheapaml
Sanjiv Ramachandran
sramachandran at umassd.edu
Tue Feb 5 11:38:17 EST 2019
Hi all,
I have a question regarding the value of the atmospheric emissivity used by cheapaml. Here is a snippet of code from the file cheapaml.F computing the upward longwave radiation (xalwu) emitted through the top of the ABL and the downward radiation (xalwd) through the "bottom" (= reference height of atmospheric variables in cheapaml).
xalwu = stefan*(0.5*Tair(i,j,bi,bj)+0.5*ttt+celsius2K)**4
& *0.5 _d 0
xalwd = stefan*(Tair(i,j,bi,bj)+celsius2K)**4*0.5 _d 0
In each of these expressions, there is a 0.5 at the end of the expression. Is that supposed to be the atmospheric emissivity?
Thanks,
Sanjiv Ramachandran
UMass Dartmouth
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.mitgcm.org/pipermail/mitgcm-support/attachments/20190205/93364cca/attachment-0001.html>
More information about the MITgcm-support
mailing list