Project for passing dust and carbon deposition to surface models

Latest versions of the surface models need dust and carbon deposition rates. CLM now has SNICAR which needs these fields, and there is current work ongoing to get it into CICE. The ocean model as well wants dust deposition for the BGC model.

Mission statement:

Pass dust and carbon deposition rates to all of the CCSM components as needed for CCSM4.

Personnel:

Project Coordinator: Mariana Vertenstein

Development Lead: Erik Kluzek

Scientific Lead: Mark Flanner

Resources:

Bug reports:

http://bugs.cgd.ucar.edu/show_bug.cgi?id=738
http://bugs.cgd.ucar.edu/show_bug.cgi?id=737

CAM3.5.07 code that passes data needed for SNICAR:

On bluefire, files modified are under:
/blhome/mflanner/snicar_cam3_5_07

CLM code to read datasets:

https://svn-ccsm-models.cgd.ucar.edu/clm2/branch_tags/clm36sci_tags/clm36sci17_clm3_6_11/models/lnd/clm/src/main/aerdepMod.F90

CLM datasets currently in use:

1.9x2.5 is the native resolution. This is from 1990 prognostic aerosols from cam3.1.
The code used to interpolate these datasets is at:
https://svn-ccsm-models.cgd.ucar.edu/clm2/branch_tags/clm36sci_tags/clm36sci17_clm3_6_11/models/lnd/clm/tools/ncl_scripts/aerdepregrid.ncl
<pre>

We talked about using old CAM cases - but don't trust doing that (PJR). As a result PJR suggests taking the 1990 data, and scaling it accordingly. Leave the dust the same, and scale black carbon back by 30% for 1870.

Transient datasets?

Also do NOT have transient dataset from 1870 to present - and we are not sure if this would work in clm.

Fieldnames in Trop-mozart

I believe the fieldnames are: dust1, dust2, dust3, dust4, bcar1, bcar2, ocar1, ocar2
To output wet deposition you add a prefix of WD_ and dry deposition DF_. I'm not sure if this is all to the surface? There's also surface specific deposition with SFWET postfix.