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

GEOS-Chem 14.3.1, HEMCO 3.8.1, and Cloud-J photolysis (new external) #996

Closed
wants to merge 46 commits into from

Commits on Nov 7, 2023

  1. Configuration menu
    Copy the full SHA
    9a9e543 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66c0c30 View commit details
    Browse the repository at this point in the history
  3. Add SO4 to dry/wet "gas" deposition list.

    This will not affect existing simulations because SO4 would be overwritten with MAM4 aerosols anyway.
    But if MAM4 aerosols will not overwrite GEOS-Chem SO4 in proposed changes, then SO4 must be scavenged (similarly to gas) as a bulk tracer by Neu.
    jimmielin committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    e6c3fc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c286e3c View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    4f90af9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13d19c8 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Add Cloud-J external and configure build

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    aa825ab View commit details
    Browse the repository at this point in the history
  2. Use GEOS-Chem branch dev/14.3.0

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9c053d9 View commit details
    Browse the repository at this point in the history
  3. Chemistry driver updates for building with GEOS-Chem 14.3

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    8ac6549 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5bbecd0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d445ff View commit details
    Browse the repository at this point in the history
  6. Add two new advected species for GEOS-Chem 14.3: FURA, BUTDI

    FURA is a gas that is both dry and wet deposited. It is thus added to the
    master GEOS-Chem gas wetdep and drydep lists.
    
    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b825b5d View commit details
    Browse the repository at this point in the history
  7. Updates GEOS-Chem photolysis data paths to local dir temporarily

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    038b937 View commit details
    Browse the repository at this point in the history
  8. Update externals

    - Cloud-J is latest dev branch
    - Use GEOS-Chem dev branch
    - Use CIME tag compatible with GEOS-Chem
    
    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    82c4ad5 View commit details
    Browse the repository at this point in the history
  9. GEOS-Chem species unit conversion updates for compatibility with 14.3

    GEOS-Chem unit variable is now integer and not string
    
    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a014825 View commit details
    Browse the repository at this point in the history
  10. Restrict photolysis initialization prints to single thread

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2965624 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fd01e8c View commit details
    Browse the repository at this point in the history
  12. Initial changelog updates

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b6673d9 View commit details
    Browse the repository at this point in the history
  13. Update paths to photolysis and aerosol properties data directories

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    e0b4d29 View commit details
    Browse the repository at this point in the history
  14. Removed GEOS-Chem from atm options with CAM40 and CAM50

    GEOS-Chem compsets only use CAM60
    
    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9159250 View commit details
    Browse the repository at this point in the history
  15. Update Cloud-J branch and HEMCO_CESM tag in Externals_CAM.cfg

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    5feedce View commit details
    Browse the repository at this point in the history
  16. Update dep_data_file default used for GEOS-Chem 14.3

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f66ee73 View commit details
    Browse the repository at this point in the history
  17. Set geoschem_chem_inputs and geoschem_photo_inputs defaults for GEOS-…

    …Chemn
    
    These paths go to general chemistry inputs (directory CHEM_INPUTS) and
    Cloud-J look-up table inputs directory. GEOS-Chem RRTMG LUTs used for
    aerosol optical depths are now used from the Cloud-J directory (previously
    they were used from a separate FAST_JX directory). The directories
    are no longer hard-coded in chemistry.F90 or the use case files.
    
    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    79988c2 View commit details
    Browse the repository at this point in the history
  18. Fix bug in buildnml introduced in cam6_3_148

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cd6d4db View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    50b5d6a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    4f351ea View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    ca8c548 View commit details
    Browse the repository at this point in the history
  22. Use most recent CIME version that works with GEOS-Chem

    Versions after cime6.0.216 do not work due to incorrect directory
    string in case setup script.
    
    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    57089c9 View commit details
    Browse the repository at this point in the history
  23. Update changelog

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ccf6532 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #28 from jimmielin/hplin/updates_cgc_part2

    Batch 2 science updates: aerosol distribution fixes
    lizziel committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    b31993b View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    4cf5083 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Merge remote-tracking branch 'upstream/cam_development' into feature/…

    …geoschem_14.3
    
    # Conflicts:
    #	Externals.cfg
    #	bld/configure
    #	doc/ChangeLog
    lizziel committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    07d88b3 View commit details
    Browse the repository at this point in the history
  2. Update changelog post-merge

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    385fa58 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Update HEMCO-CESM to 1.3.0 which contains HEMCO 3.8.1

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    a88ae93 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    8b20cb0 View commit details
    Browse the repository at this point in the history
  2. Fix wrong function call

    jimmielin committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    7f5f5a5 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    a2624d0 View commit details
    Browse the repository at this point in the history
  2. Increase time requested for GEOS-Chem climo tests

    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed May 1, 2024
    Configuration menu
    Copy the full SHA
    96407c6 View commit details
    Browse the repository at this point in the history
  3. Update default lower boundary condition file for FCHIST_GC/FCnudged_GC/

    New file will enable runs past 2015-01-16.
    
    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d032ef5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Add MWs for new species FURA and BUTDI to adv_mass in GEOS-Chem mo_si…

    …m_dat
    
    Signed-off-by: Lizzie Lundgren <[email protected]>
    lizziel committed May 9, 2024
    Configuration menu
    Copy the full SHA
    98b260f View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    3b05c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6f10cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #33 from jimmielin/feature/timers

    Detailed process timers for GEOS-Chem chemistry.F90
    lizziel committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4126267 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40977fa View commit details
    Browse the repository at this point in the history
  5. Remove comment as separator

    jimmielin committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e53afbe View commit details
    Browse the repository at this point in the history
  6. Merge pull request #34 from jimmielin/hplin/geoschem_14.3_fixes

    Fixes for GEOS-Chem v14.3
    lizziel committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2c0f0bd View commit details
    Browse the repository at this point in the history