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 gsd/develop branch with master branch #218

Merged
merged 32 commits into from
Mar 8, 2019
Merged

Update gsd/develop branch with master branch #218

merged 32 commits into from
Mar 8, 2019

Commits on Dec 19, 2018

  1. fix a couple of bugs in aer_cloud.F leading to uninitialized memory b…

    …eing accessed and a segmentation fault when compiling with gfortran
    grantfirl committed Dec 19, 2018
    Configuration menu
    Copy the full SHA
    82f795d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a85a0fe View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2019

  1. Added the new Tiedtke cumulus, Shinhong, YSU PBL scheme

    cu_ntiedtke.F90 for the new Tiedtke cumulus scheme which include both deep and shallow cumulus
    shinhongvdif.F90 for the Shinhong scale-aware PBL scheme (saYSU)
    ysuvdif.F90  for YSU PBL scheme
    
    Modified GFS_PBL_generic.F90 to make these two PBLs work
    Chunxi Zhang committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    3bd9855 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into caps_physics

    Chunxi Zhang committed Jan 28, 2019
    Configuration menu
    Copy the full SHA
    4a220af View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

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

Commits on Feb 7, 2019

  1. physics/cu_ntiedtke.F90: add reminder to replace imported constants w…

    …ith subroutine arguments
    climbfuji committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    5a6dfc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cd045f4 View commit details
    Browse the repository at this point in the history
  3. Add physics/cu_ntiedtke_pre.F90 and physics/cu_ntiedtke_post.F90, sim…

    …ilar to the GF pre and post schemes
    climbfuji committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    819d23b View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2019

  1. Merge pull request #1 from climbfuji/caps_physics_dom_20190205

    CAPS physics modifications and update to trunk
    AustinChunxi authored Feb 20, 2019
    Configuration menu
    Copy the full SHA
    9a6b190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fbfa7ca View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2019

  1. Merge pull request #2 from climbfuji/caps_physics_dom_20190221

    Update CAPS physics to master (second round) for final testing
    AustinChunxi authored Feb 21, 2019
    Configuration menu
    Copy the full SHA
    b17451c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2019

  1. Merge pull request #201 from AustinChunxi/caps_physics

    Caps physics - Added the new Tiedtke cumulus, Shinhong, YSU PBL scheme
    climbfuji authored Feb 23, 2019
    Configuration menu
    Copy the full SHA
    e612081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b482f11 View commit details
    Browse the repository at this point in the history
  3. physics/satmedmfvdif.F: use diffused tracer arrays as in moninedmf (h…

    …edmf) to support both cases nvdiff=ntrac and nvdiff/=ntrac
    climbfuji committed Feb 23, 2019
    Configuration menu
    Copy the full SHA
    b77ed10 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    632925d View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. Merge pull request #209 from climbfuji/gfs_suite2

    Physics bakeoff: CCPP version of GFS suite2
    climbfuji authored Feb 25, 2019
    Configuration menu
    Copy the full SHA
    1af356e View commit details
    Browse the repository at this point in the history
  2. CMakeLists.txt: introduce SCHEMES_SFX list that contains files with s…

    …pecial compiler flags, clean up the way compiler flags are assigned to files, add special compiler flags for csawmg physics and for GFDL-MP physics when fast physics (dynamics) are compiled in 32-bit precision
    climbfuji committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    c8e22a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    540b17a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. Configuration menu
    Copy the full SHA
    a55fca0 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #211 from climbfuji/csawmg_bitforbit_prod

    CCPP-acceptance bit-for-bit csawmg and gfdlmp-32bit
    climbfuji authored Feb 26, 2019
    Configuration menu
    Copy the full SHA
    6768542 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. CMakeLists.txt: reduce optimization for gcm_shoc.F90; force-remove bo…

    …unds-check for auto-generated physics caps (similar to the existing force-removal of pointer association checks)
    climbfuji committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    9e46e5e View commit details
    Browse the repository at this point in the history
  2. physics/cs_conv.F90, physics/GFS_suite_interstitial.F90: remove hard-…

    …coded dimensions for arrays that may not be allocated, depending on the choice of microphysics
    climbfuji committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    6b8634d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2652e8 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Merge pull request #215 from climbfuji/csawmgshoc_and_debug_bit_for_bit

    CCPP acceptance: csawmgshoc* and *_debug bit-for-bit
    climbfuji authored Feb 28, 2019
    Configuration menu
    Copy the full SHA
    4b80aba View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. Merge pull request #216 from NCAR/gsd/develop

    Merge gsd/develop into master
    climbfuji authored Mar 1, 2019
    Configuration menu
    Copy the full SHA
    253de07 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. physics/mp_thompson_hrrr_pre.F90: add sanitizer for initial values of…

    … tracers (hydrometeors, aerosols) used by Thompson scheme
    climbfuji committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    5c8125e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/NCAR/ccpp-physics into th…

    …ompson_allocate_sfc_aerosol_emissions
    climbfuji committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    81d16aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84747f5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9518e66 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Merge pull request #217 from climbfuji/thompson_allocate_sfc_aerosol_…

    …emissions
    
    Support for GSD physics in regional configuration
    climbfuji authored Mar 7, 2019
    Configuration menu
    Copy the full SHA
    f1081c8 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Merge pull request #191 from grantfirl/GFS_RRTMG_pre_bugfix

    minor bugfix for using uninitialized values in GFS_rrtmg_pre.F90
    grantfirl authored Mar 8, 2019
    Configuration menu
    Copy the full SHA
    c79e6a6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #190 from grantfirl/aer_cloud_bugfix

    aer_cloud.F gfortran bugfix
    grantfirl authored Mar 8, 2019
    Configuration menu
    Copy the full SHA
    16a0b6a View commit details
    Browse the repository at this point in the history