forked from geoschem/geos-chem
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add additional error traps to prevent seg faults for aerosol-only sims
GeosCore/aerosol_mod.F90: - Only include HMS in SO4_NH4_NIT if id_HMS > 0 - Set the HMS array to 0 if id_HMS < 0 GeosCore/isorropia_mod.F90 - Add an IS_HMS flag to denote when id_HMS > 0 - If id_HMS = 0 and it's an aerosol-only sim, let run proceed - Only add HMS to TSO4 if IS_HMS = TRUE - Only add HMS to DEN_SAV if IS_HMS = TRUE Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
- Loading branch information
Showing
2 changed files
with
74 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters