Closed brhillman closed 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.
Closing because this fix is included in PR #57
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.