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

Update RUC LSM to the latest version used in version 1 of RRFS. #2028

Merged

Commits on Mar 25, 2024

  1. Update RUC LSM to the latest verion used in version 1 of RRFS.

    Updates include:
    1. Changes to the snow model. Added options to compute thermal snow
    conductivity and snow cover fraction:
       isncond_opt = 1 or 2 (1 is default, 2 is recommended to use)
       isncov_opt = 1, 2 or 3 (1 is default, 2 is recommended to use for more accurate SCF)
    2. Changes to irrigation scheme, use real-time vegetation fraction as an
       indicator of crops maturity.
    3. Changes to soil diffusitonal and hydraulic conductivities.
    tanyasmirnova committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    35d8221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68602ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59185e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. There was case-sensitive code in reading the LSM tables, which was

    broken when upper-case letters were replaced with low-case letters.
    This commit fixes this problem.
    tanyasmirnova committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5b1369d View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

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