Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

evaporation in CAM5?

islas

Moderator
Staff member
You can either use the surface water flux (QFLX) or the latent heat flux (LHFLX). If you use the latent heat flux you'd need to devide by the latent heat of vaporization (2.45e6 J/kg). Whichever way you do it, if you have the surface water flux in kg/m2/s and precipitation (PRECT) in m/s then to get P-E in mm/day you multply PRECT by 1000 (number of mm in a m) and 86400 (number of seconds in a day) and you would multiply QFLX by 1000 (number of mm in a m), divide by 1000 (density of water) (these to things cancel) and multiply by 86400 (number of seconds in a day). That's where the following formula from the other posting comes from

E - P = QFLX * 86400 - (PRECT)*86400*1000

If you don't have PRECT you can sum PRECC and PRECL
 

HBzheng

HBzheng
New Member
You can either use the surface water flux (QFLX) or the latent heat flux (LHFLX). If you use the latent heat flux you'd need to devide by the latent heat of vaporization (2.45e6 J/kg). Whichever way you do it, if you have the surface water flux in kg/m2/s and precipitation (PRECT) in m/s then to get P-E in mm/day you multply PRECT by 1000 (number of mm in a m) and 86400 (number of seconds in a day) and you would multiply QFLX by 1000 (number of mm in a m), divide by 1000 (density of water) (these to things cancel) and multiply by 86400 (number of seconds in a day). That's where the following formula from the other posting comes from

E - P = QFLX * 86400 - (PRECT)*86400*1000

If you don't have PRECT you can sum PRECC and PRECL
Hi islas,
Thanks for your fast and accurate reply, it is very useful.
 
Top