Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PULL REQUEST] Add PM10 diagnostic according to suggestions from Aerosols WG (Closes #958) #992

Merged
merged 3 commits into from
Nov 23, 2021

Commits on Nov 3, 2021

  1. Add PM10 diagnostic

    zsx-GitHub authored and yantosca committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    5b8134d View commit details
    Browse the repository at this point in the history
  2. Minor updates to aerosol_mod.F90 for PM2.5 and PM10 diagnostics

    aerosol_mod.F90
    - Point users to the GEOS-Chem wiki for the most up-to-date
      definition of PM2.5 and PM10
    - Make sure that numerical constants use "_fp", i.e. change 0.3, 0.7,
      and 0.9 to 0.3_fp, 0.7_fp, 0.9_fp
    - Cosmetic changes, trimmed trailing whitespace
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    13f4c0e View commit details
    Browse the repository at this point in the history
  3. Add PM10 to HISTORY.rc templates for fullchem and aerosol simulations

    run/GCClassic/HISTORY.rc.templates/HISTORY.rc.fullchem
    run/GCClassic/HISTORY.rc.templates/HISTORY.rc.aerosol
    run/GCHP/HISTORY.rc.templates/HISTORY.rc.fullchem
    - Add PM10 to the AerosolMass collection
    
    GeosCore/aerosol_mod.F90
    - Updated comment
    
    Signed-off-by: Bob Yantosca <yantosca@seas.harvard.edu>
    yantosca committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    c8478a5 View commit details
    Browse the repository at this point in the history