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

Auto PR - develop β†’ MAPL-v3 - Bug fix for optional input arg "conserve_ice10_tzero" (StieglitzSnow.F90) #1026

Merged
merged 2 commits into from
Nov 4, 2024

Commits on Nov 4, 2024

  1. Bug fix for optional input arg "conserve_ice10_tzero" (StieglitzSnow.…

    …F90)
    
    An optional input argument ("conserve_ice10_tzero") was used in an if statement, but the optional input argument may not be provided by the calling routine. 
    In the GCM, the optional argument is provided in both calls to StieglitzSnow_relayer().   In the LDAS, however, the optional argument is not always provided. 
    The fix is to use the local variable ("conserve_ice10_tzero_tmp"), which always exists, in the if statement.
    gmao-rreichle authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    016ee37 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1025 from GEOS-ESM/bugfix/rreichle/conserve_ice10…

    …_tzero
    
    Bug fix for optional input arg "conserve_ice10_tzero" (StieglitzSnow.F90)
    sdrabenh authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    96a8a26 View commit details
    Browse the repository at this point in the history