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

TSMP-PDAF Update #228

Merged
merged 75 commits into from
Jun 20, 2024
Merged

TSMP-PDAF Update #228

merged 75 commits into from
Jun 20, 2024

Commits on May 22, 2024

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

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    6d4cdb4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1377681 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b2bd82 View commit details
    Browse the repository at this point in the history
  4. clm5 debug output of state vector, first implementation

    - `tstartcycle`, `mype` read from C-code as input, not very elegant.
    jjokella committed May 23, 2024
    Configuration menu
    Copy the full SHA
    fdfdaad View commit details
    Browse the repository at this point in the history
  5. bugfix: use tstartcycle

    jjokella committed May 23, 2024
    Configuration menu
    Copy the full SHA
    0fe6142 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e10c31f View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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

Commits on May 29, 2024

  1. CLM5-PDAF: update setting of state vector

    A simple iteration of grid cells as in CLM3.5 is not possible anymore.
    
    For each grid cell, the first column of swc is added to the state
    vector.
    Lukas Strebel authored and jjokella committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0e5f6b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04da2e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5fb137 View commit details
    Browse the repository at this point in the history
  4. CLM5-PDAF: update setting of state vector

    A simple iteration of grid cells as in CLM3.5 is not possible anymore.
    
    For each grid cell, the first column of swc is added to the state
    vector.
    Lukas Strebel authored and jjokella committed May 29, 2024
    Configuration menu
    Copy the full SHA
    57d1ab2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8725de View commit details
    Browse the repository at this point in the history
  6. CLM5-PDAF: update setting of state vector

    A simple iteration of grid cells as in CLM3.5 is not possible anymore.
    
    For each grid cell, the first column of swc is added to the state
    vector.
    Lukas Strebel authored and jjokella committed May 29, 2024
    Configuration menu
    Copy the full SHA
    7547336 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a64fcf9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4df0203 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

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

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    d70522d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f8114c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c978cc5 View commit details
    Browse the repository at this point in the history
  4. bugfix tstartcycle

    jjokella committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    2ccaeda View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5e583f View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    9293d51 View commit details
    Browse the repository at this point in the history
  2. bugfix double plus

    jjokella committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    46d8e95 View commit details
    Browse the repository at this point in the history
  3. clm5-pdaf: index fix for multiple processors

    `clm_begg` / `clm_begc` do not necessarily start at `1`
    
    However, `cc` (index of the state vector) always starts at `1`.
    jjokella committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    e371ad3 View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    c72a4a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a7c7f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d59acb View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2024

  1. rename clm5_init to clm_init

    using preprocessor variable `CLMFIVE` for distinguishing
    jjokella committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f27ad00 View commit details
    Browse the repository at this point in the history
  2. separate function CLM5 / CLM3.5 function calls in wrapper

    using `CLMFIVE`
    jjokella committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    1bfcc6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2154b04 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. Configuration menu
    Copy the full SHA
    6c3d96a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    783d3a0 View commit details
    Browse the repository at this point in the history
  3. clm5_0: style changes

    jjokella committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2f20b1d View commit details
    Browse the repository at this point in the history
  4. eclm: style changes

    jjokella committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    aa18dd4 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

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

    jjokella committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    7233099 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c8a9c0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a6abfa View commit details
    Browse the repository at this point in the history
  5. clm5_0: style updates

    jjokella committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    be454be View commit details
    Browse the repository at this point in the history
  6. eclm: style updates

    jjokella committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    9fbb8c9 View commit details
    Browse the repository at this point in the history
  7. clm3_5: style updates

    jjokella committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    944b671 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    70d82a4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e84d7d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f6701de View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cc32d22 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3777318 View commit details
    Browse the repository at this point in the history
  13. enkfpf.par: input DA:print_obs_index

    Switch for turning on output of the +process-local grid-index-array of
    the obserations, `obs_index_p`.
    jjokella committed Jun 11, 2024
    Configuration menu
    Copy the full SHA
    d90e114 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

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

Commits on Jun 13, 2024

  1. style updates

    jjokella committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    42f2c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0126c09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8242c60 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. small error change

    jjokella committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3bb55cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2369275 View commit details
    Browse the repository at this point in the history
  3. doc: latex style update

    jjokella committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    be480ce View commit details
    Browse the repository at this point in the history
  4. doc: latex style update

    jjokella committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    cae7156 View commit details
    Browse the repository at this point in the history
  5. bugfix

    jjokella committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ac4b10a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. clm5_0: implicit none

    jjokella committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    1ea77f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    188d8d8 View commit details
    Browse the repository at this point in the history
  3. doc

    jjokella committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b5730b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aaa8a1e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd6f83e View commit details
    Browse the repository at this point in the history
  6. clm3_5 style update

    jjokella committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    0c71e8a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    52f7df7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. style updates

    jjokella committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    eae92e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8e70ec View commit details
    Browse the repository at this point in the history
  3. clm3_5/clm5_0/eclm: introduce watmin_check/watmin_set

    This is the first step towards a unified `watmin` treatmean for all
    CLMs
    jjokella committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    dced9db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9788ff5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    38ef92e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8431c7c View commit details
    Browse the repository at this point in the history
  7. clm3_5/clm5_0/eclm: enkfpf.par input CLM:watmin_check

    The input `CLM:watmin_check` defines the treatment for minimal soil
    moisture checking (and setting) during `update_clm`.
    jjokella committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    633f7fa View commit details
    Browse the repository at this point in the history
  8. doc updates

    jjokella committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ec6c227 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. bugfix for clmt_printensemble, check against correct tstartcycle

    Background: Integration and updating for the same DA-step happen with
    different `tstartcycle`, because `tstartcycle` is updated after model
    integration (or forward modelling).
    jjokella committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    756f38c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9f7fb8 View commit details
    Browse the repository at this point in the history