Open Shixionghu opened 2 years ago
About the third issue, Chuck mentioned latitude dependence.
After checking the mo_usrtxt.F90
, a function called aero_model_surfarea
do have the dlat
as one of the inputs for this function.
Wet Deposition:
/models/drv/shr/seq_drydep_mod.F90
compute the effective Henry's law coefficients
Then, /components/cam/src/chemistry/mozart/mo_neu_wetdep.F90
will use that rates to perform wet deposition.
Wet Deposition:
/models/drv/shr/seq_drydep_mod.F90
compute the effective Henry's law coefficients Then,/components/cam/src/chemistry/mozart/mo_neu_wetdep.F90
will use that rates to perform wet deposition.
But, I am having trouble reading mo_neu_wetdep.F90
, especially in the part that call for J.neu's original code...
I could not find the 'denominator is mass' issue...
We have several problems to solve...