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

Further clean up and re-organize make_bcs #634

Merged
merged 34 commits into from
Dec 2, 2022

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    18af51b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82631b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2022

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

Commits on Sep 14, 2022

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

Commits on Sep 16, 2022

  1. Configuration menu
    Copy the full SHA
    24d8748 View commit details
    Browse the repository at this point in the history
  2. pass EASElable

    weiyuan-jiang committed Sep 16, 2022
    Configuration menu
    Copy the full SHA
    0ec8f4a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0a5f68 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. Configuration menu
    Copy the full SHA
    3297e05 View commit details
    Browse the repository at this point in the history
  2. typo

    weiyuan-jiang committed Sep 19, 2022
    Configuration menu
    Copy the full SHA
    766dd19 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Additional cleanup and documentation:

    - EASE_conv.F90
      - Added/edited comments
      - Fixed indentation
      - Cleaned up error messages
      - Replace “gridname” with “EASELabel”
    - mkSMAPTilesPara_v2.F90 (and make_bcs)
      - For clarity, replaced “smap” with “ease” in variable names, print statements, comments, etc
    gmao-rreichle committed Sep 21, 2022
    Configuration menu
    Copy the full SHA
    7a91c55 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. fix typo

    weiyuan-jiang committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    d692b0c View commit details
    Browse the repository at this point in the history
  2. Additional cleanup:

    - replaced ease_get_params() with simpler ease_extent() (EASE_conv.F90, mkSMAPTilesPara_v2.F90)
    - renamed EVERSION to EASEVERSION for clarity (make_bcs)
    gmao-rreichle committed Sep 22, 2022
    Configuration menu
    Copy the full SHA
    614a304 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. 1)correct 'gfile' for EASE in mkCatchParam

    2)set the number of threads for mkCatchParam.( need to clean up in the future)
    weiyuan-jiang committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    3d668db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a24fecd View commit details
    Browse the repository at this point in the history
  3. reduce usage dimension

    weiyuan-jiang committed Sep 26, 2022
    Configuration menu
    Copy the full SHA
    6b0d427 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. Configuration menu
    Copy the full SHA
    c545dee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b8fe5c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    509e11a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51e69a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b50459 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'feature/wjiang/further_reorg_bcs' of github.com:GEOS-ES…

    …M/GEOSgcm_GridComp into feature/wjiang/further_reorg_bcs
    weiyuan-jiang committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    dd23459 View commit details
    Browse the repository at this point in the history
  5. Additional bug fixes and clean-up in make_bcs package:

    - EASE_conv.F90
      - added optional args for grid cell boundary corner lat/lon to ease_extent()
      - switched units of cell_area to [m]
    - make_bcs
      - fixed IM, JM look-up table for EASEv1 and EASEv2 (bug fix)
      - use standard 3-char string for EASE grid names in HRCODE
      - replaced unnecessary EASE-specific variable MGRID with existing variable HRCODE
      - made all input queries case-sensitive
      - simplified if statements for help messages and queries
      - separated out query for EASE grid version
    - rmTinyCatchParam.F90
      - added missing “case default” in init_bcs_config()
    gmao-rreichle committed Sep 29, 2022
    Configuration menu
    Copy the full SHA
    b95e6be View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

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

Commits on Oct 7, 2022

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

Commits on Oct 9, 2022

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

Commits on Oct 18, 2022

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

Commits on Nov 15, 2022

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

Commits on Nov 16, 2022

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

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    0a4e031 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    371e557 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. fix for plotting

    biljanaorescanin committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    e30b751 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8ca44b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c95cfb3 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

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