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

Changes to build system to allow proper linking/control by JEDI system #201

Closed
wants to merge 10 commits into from

Commits on Nov 20, 2020

  1. updated CMakeLists.txt

    mark-a-potts committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    ca1b9a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f27e6b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45f1be3 View commit details
    Browse the repository at this point in the history
  4. changed nceppost to upp

    mark-a-potts committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    8fb4158 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Fix to allow quilting with non-factors for layout (NOAA-EMC#192)

    * Fix to allow quilting with non-factors for layout (NOAA-EMC#244)
    * Remove the inline comments
    chan-hoo authored Nov 23, 2020
    Configuration menu
    Copy the full SHA
    b6957d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Update develop from gsd/develop 2020/11/20: Unified gravity wave drag…

    …, updates to other GSL physics (NOAA-EMC#202)
    
    This PR updates the GSL physics and does a few other things:
    
    *add --debug to ccpp_prebuild.py call when model is compiled in DEBUG mode, and pretty print the output in the build log (fixes NOAA-EMC#187 and ufs-community/ufs-weather-model#135)
    *add unified gravity wave drag (called unified ugwp) that combines the UGWP v1 with the GSL drag suite
    *add suite definition file for GFS v16beta for coupled model
    *move static array zs (depth of soil layer), dimensioned as 1:lsoil_lsm from Sfcprop to Model (since this is a model configuration and only needs to be stored once, not for each block)
    
    Co-authored-by: DomHeinzeller <58610420+DomHeinzeller@users.noreply.github.com>
    Co-authored-by: samuel.trahan <Samuel.Trahan@noaa.gov>
    Co-authored-by: hannah barnes <hannah.barnes@noaa.gov>
    Co-authored-by: tanyasmirnova <tanya.smirnova@noaa.gov>
    Co-authored-by: Joseph Olson <Joseph.B.Olson@noaa.gov>
    Co-authored-by: Michael Toy <michael.toy@noaa.gov>
    7 people authored Nov 25, 2020
    1 Configuration menu
    Copy the full SHA
    fd668c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2020

  1. Fix for updating stochastic physics on separate time-step. (NOAA-EMC#199

    )
    
    This bug fix allows the random patterns in the stochastic physics persist the for a period of time (defined as SKEBINT,SPPTINT, etc.) before calculating new patterns.
    The fix is to move the allocation of the saved variables into the init section of stochastic_physics_wrapper, and remove the deallocates in the run section.
    pjpegion authored Nov 30, 2020
    Configuration menu
    Copy the full SHA
    a898cca View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Bug fixes in (1) running with frac_grid=T and GFDL MP and (2) restart…

    …ing with frac_grid=T (NOAA-EMC#204)
    
    * -- Pointing to Moorthi's modifications in ccpp/physics, which fixed the crash when running GFDL MP with frac_grid=T;
    -- Not setting fice to zero in order to leave lake ice untouched;
    -- Restart in the coupled model with the default physics is reproducible, if bad water temperature is only filtered at initial time;
    Co-authored-with: Shrinivas Moorthi <shrinivas.moorthi@noaa.gov>
    Co-authored-with: Denise Worthen <Denise.Worthen@noaa.gov>
    ShanSunNOAA authored Dec 2, 2020
    5 Configuration menu
    Copy the full SHA
    d10e450 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. cherry picked merge

    mark-a-potts committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    d5944a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6b0885 View commit details
    Browse the repository at this point in the history