Shixionghu / Halogen-NOx-destorying-Ozone

This will record the explore process of mine, all the way until we rebuild the chemistry_mechanism
0 stars 0 forks source link

Aqueous Chemistry #1

Open Shixionghu opened 2 years ago

Shixionghu commented 2 years ago

We have several problems to solve...

Shixionghu commented 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.

Shixionghu commented 2 years ago

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.

Shixionghu commented 2 years ago

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...