compdyn / partmc

Particle-resolved stochastic atmospheric aerosol model
http://lagrange.mechse.illinois.edu/partmc/
GNU General Public License v2.0
28 stars 16 forks source link

Fix aero mode name / source name discrepancy #53

Open mwest1066 opened 8 years ago

mwest1066 commented 8 years ago

In input files, the aero mode name should be called source_name. It shouldn't be stored in aero_mode_t, but rather only used to lookup the source number (as it currently is). If we want the name, we should do aero_data%source_name(aero_mode%source).

Make sure we don't use the phrase mode name anywhere in the code, but rather only use source name.