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

Implements CCPP-ized tropopause_find #293

Merged
merged 26 commits into from
Oct 7, 2024

Commits on Aug 14, 2024

  1. Copy interpolatae_data.F90 utility routine from CAM; initial tropopau…

    …se_read_file.F90 utility implementation
    jimmielin committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    2e063bc View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    a8986d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38d9b87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c801df4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20fc030 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c5fc0a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6aa43a6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e442cf5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c22676b View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    cda5575 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d5409 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    f02c64e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff4d5ec View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    8c15234 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Update git submodule to jimmielin/hplin/tropopause_find for inclusion…

    … of CCPP-ized tropopause_find
    jimmielin committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    d727997 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Configuration menu
    Copy the full SHA
    2777fae View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Configuration menu
    Copy the full SHA
    a6cede2 View commit details
    Browse the repository at this point in the history
  2. Update precision of fillvalue to kind_phys; allow this in the numeric…

    … regex match
    
    This resolves bit-for-bit issues with fillvalue being written as 9.99e+35 without this fix.
    jimmielin committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4944a98 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcc322d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Address review comments; update standard name to tropopause_air_press…

    …ure_from_climatology_dataset for tropp_p_loc
    jimmielin committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    26319f1 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    c74a58a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    214c918 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Update to address review comments:

    - rename tropopause_read_file -> tropopause_climo_read and corrresponding subroutine names
    - move ccpp variable initialization calls into read subroutine
    - improved error handling with errmsg
    - compile Fortran numeric regex in generate_registry_data.py
    jimmielin committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f85cdf8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d494790 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d226e34 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Change string length

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