E3SM-Project / ACME-ECP

E3SM MMF for DoE ECP project
Other
9 stars 1 forks source link

Fix intent in species_class for chem pp_none #55

Closed brhillman closed 6 years ago

brhillman commented 6 years ago

species_class is declared as intent(in) in chem_init, but then as intent(inout) in called routines (aero_model_init). Change intent in chem_init to be consistent so intel will compile this.

whannah1 commented 6 years ago

Closing because this fix is included in PR #57