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

allow processors without tiles (N_catl=0) #309

Merged
merged 6 commits into from
Sep 17, 2020

Commits on Sep 11, 2020

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

Commits on Sep 12, 2020

  1. some fixes to previous commit:

    - keep processing for optional variable "obsbias_ok" (would otherwise need to edit calls to get_obs_pred() in clsm_ensupd_enkf_update.F90)
    - added "(1:kk)" to vectors call to dist_km2deg()
    - moved cycle statements to beginning of loop through processors (3 occurrences)
    - comments and whitespace modifications
    gmao-rreichle committed Sep 12, 2020
    Configuration menu
    Copy the full SHA
    f7fdb61 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2020

  1. fix for obsbias_ok_tmp

    weiyuan-jiang committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    fd01a05 View commit details
    Browse the repository at this point in the history
  2. remove "Nobs_l>0" condition from handling optional argument "obsbias_ok"

    to preserve symmetry with the subsequent handling of optional argument
    "fcsterr_inflation_fac"
    gmao-rreichle committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    ada3d60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5031b62 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cf04835 View commit details
    Browse the repository at this point in the history