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

merge gsl institutional fork #526

Merged

Commits on Nov 25, 2020

  1. Update .gitmodules and submodule pointers for ccpp-framework and ccpp…

    …-physics for gsl/develop branch
    climbfuji committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    478d348 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. RUC ice for gsl/develop (replaces NCAR#54 and NCAR#56) (NCAR#60)

    Implementation of RUC LSM ice model in CCPP
    
    * Squash-merge climbfuji:rucice_gfsv16dzmin into gsl/develop
    
    * Fix bug in gfsphysics/GFS_layer/GFS_typedefs.F90 from merge
    
    * Remove lsm_ruc_sfc_sice from suite FV3_GSD_v0_unified_ugwp_suite and update submodule pointer for ccpp-physics
    
    * Remove sfc_sice from ccpp/suites/suite_FV3_GSD_v0_unified_ugwp_suite.xml
    
    * Update submodule pointer for ccpp-physics
    
    * Revert change to .gitmodules and update submodule pointer for ccpp-physics
    
    Co-authored-by: Dom Heinzeller <[email protected]>
    DomHeinzeller and climbfuji authored Dec 1, 2020
    Configuration menu
    Copy the full SHA
    bd71c2a View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Update gsl/develop from develop 2020/12/08 (NCAR#61)

    * 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.
    
    * Bug fixes in (1) running with frac_grid=T and GFDL MP and (2) restarting 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 <[email protected]>
    Co-authored-with: Denise Worthen <[email protected]>
    
    * Revert change to .gitmodules and update submodule pointer for ccpp-physics
    
    Co-authored-by: Phil Pegion <[email protected]>
    Co-authored-by: shansun6 <[email protected]>
    3 people authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    c59787a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2020

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

Commits on Jan 9, 2021

  1. Land stochastic perturbations (wrapper PR for NCAR#65) (NCAR#68)

    * Move initialization of stochastic physics after the physics
    initialization in CCPP.
    * Add albedo variables to land perturbations with lndp_type=2 option. Change to accommodate soil perturbations with RUC LSM.
    
    * Max/min soil moisture variables are introduced via GFS_Control_type
    variables instead of through the use of namelist_soilveg*. This is a
    more flexible way for different LSMs.
    
    * Added pores and resid variables for max/min soil moisture to GFS_typedefs.f90.
    
    * Remove tracer_sanitizer from all suites and from CCPP prebuild config
    
    * Add namelist option to apply land surface perturbations at every time step, clean up stochastic_physics/stochastic_physics_wrapper.F90
    
    Co-authored-by: tanyasmirnova <[email protected]>
    climbfuji and tanyasmirnova authored Jan 9, 2021
    Configuration menu
    Copy the full SHA
    6ecee94 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Stochastic land perturbations: add roughness length over land to the …

    …perturbed variables (NCAR#70)
    
    * Added roughness length over land to the perturbed variables.
    * Bugfix in gfsphysics/GFS_layer/GFS_typedefs.F90: remove Diag%cldcov, in particular the reset call because the variable is not allocated
    
    Co-authored-by: Dom Heinzeller <[email protected]>
    tanyasmirnova and climbfuji authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    fa070c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Update gsl/develop from develop 2021/02/22 (NCAR#73)

    * 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.
    
    * Bug fixes in (1) running with frac_grid=T and GFDL MP and (2) restarting 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 <[email protected]>
    Co-authored-with: Denise Worthen <[email protected]>
    
    * jedi-ufs with ccpp-physics submodule update (contains NOAA-EMC#201) (NOAA-EMC#211)
    
    * updated CMakeLists.txt
    * Changes for JEDI linking/control
    * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing
    * Revert change to .gitmodules and update submodule pointer for ccpp-physics
    
    Co-authored-by: Mark Potts <[email protected]>
    
    * Final-final GFS v16 updates / restart reproducibility bugfixes (NOAA-EMC#212)
    
    * updates the submodule pointer for ccpp-physics for the final-final (!) GFS v16 physics updates
    * fixes a bug in io/FV3GFS_io.F90 to obtain restart reproducibility for uncoupled and coupled runs - contributed by @SMoorthi-emc
    
    Co-authored-by: Shrinivas.Moorthi <[email protected]>
    
    * RRTMGP coupling to Thompson MP in ccpp-physics (NOAA-EMC#208)
    
    * Updated physics. Added infrastructure to FV3 to handle new GP capabilities. Thompson MP, LW scattering, Use of LW-jacobian to update surface tendencies.
    * Some small changes to work with physics improvements to RRTMGP.
    * RRTMGP working with Thompson MP.
    * Updated .gitmodules.
    * Updated physics. New interstitials.
    * Synced with NCAR/master
    * Updated ccpp-physics
    * Updated physics submodule.
    * Cleanup
    * Update physics
    * Updated physics submodule pointer.
    * Updated physics submodule hash.
    
    * Minor bug fixes to CCPP UGWP (update submodule pointer for ccpp-physics) (NOAA-EMC#216)
    
    Update the submodule pointer for ccpp-physics for minor bugfixes in CCPP's Unified Gravity Wave Drag parameterization.
    
    * Remove IPD (step 1) (NOAA-EMC#215)
    
    Remove all IPD source files that are not needed to compile with CCPP. Update gfsphysics/CMakeLists.txt and gfsphysics/GFS_layer/GFS_driver.F90 so that the code compiles after removing IPD sources.
    
    Also: update submodule pointer for GFDL_atmos_cubed_sphere to include PR NOAA-EMC/GFDL_atmos_cubed_sphere#48 ("Removed use of mpp_node for use with FMS 2020.04").
    
    * Update submodule pointers for ccpp-framework (ccpp_prebuild bugfix) and ccpp-physics (RRTMGP GFDL-MP bugfix) (NOAA-EMC#218)
    
    Update the submodule pointers for ccpp-framework and ccpp-physics for the changes described in
    NCAR/ccpp-framework#343 and NCAR/ccpp-physics#536.
    
    * Remove unnecessary SIMD instruction sets from ccpp/CMakeLists.txt (NOAA-EMC#220)
    
    * Remove additional/unnecessary SIMD instruction sets from ccpp/CMakeLists.txt
    
    * Implementation of CCPP timestep_init and timestep_final phases (NOAA-EMC#217)
    
    - replace calls to CCPP step `time_vary` with `timestep_init` in `atmos_model.F90`, add call to CCPP step `timestep_final` 
    - update `ccpp/driver/CCPP_driver.F90` with calls to CCPP `timestep_init` and `timestep_final`
    - add `h2o_def.f` and `ozne_def.` to `ccpp_prebuild_config.py`
    - update of `gfsphysics/GFS_layer/GFS_typedefs.F90`: cleanup work for o3 and h2o physics (required by the updates to the CCPP time vary physics)
    - update metadata in `gfsphysics/GFS_layer/GFS_typedefs.meta` for the above changes, and clean up the index used for the surface wind enhancement due to convection in the `phy_f2d` array (use proper index, not just the last entry in the array)
    
    * add radiation_clouds_thompson_dependency in ccpp physics  (NOAA-EMC#225)
    
    * using radiation_clouds_thompson_dependency ccpp physics branch
    * point to ccpp master branch
    
    * Remove IPD steps 3 and 5 (NOAA-EMC#224)
    
    * Implementation of CCPP timestep_init and timestep_final phases in fv3atm; cleanup work in GFS_typedefs for o3 and h2o physics as a result of the changes to the time vary physics in CCPP
    * Use proper index variable for surface wind enhancement due to convection in phy_f2d array in GFS_typedefs.{F90,meta}, move code to clear diagnostic buckets using GFS DDT bound procedures from atmos_model.F90 to CCPP_driver.F90
    * First step of cleanup process: remove CCPP preprocessor directives, remove parts of unused IPD code, update cmake build system, Delete IPD source code, Replace IPD DDTs with GFS DDTs, Bugfix in atmos_model.F90; add missing call to GFS_externaldiag_populate, Move contents of gfsphysics/{CCPP_layer,GFS_layer} to ccpp/{data,driver}, entirely deleted IPD typedefs, Rename module GFS_driver to GFS_init
    * Fix indentation in ccpp/data/CMakeLists.txt and ccpp/driver/CMakeLists.txt
    * Add logic to set DYN32 depending on 32BIT setting
    * Pass preprocessor directive GFS_TYPES to dycore to enable use of GFS data types
    * Compile GFS_diagnostics.F90 without optimization, this leads to out of memory errors on wcoss_dell_p3
    
    * Add CCPP rrtmgp fix (NOAA-EMC#237)
    
    * ccpp physics merged with top of master
    * point back to ccpp master branch
    
    * Update develop from NOAA-GSL: RUC ice, MYNN sfclay, stochastic land perturbations (NOAA-EMC#239)
    
    * Update .gitmodules and submodule pointers for ccpp-framework and ccpp-physics for gsl/develop branch
    * RUC ice for gsl/develop (replaces NCAR#54 and NCAR#56) (NCAR#60) Implementation of RUC LSM ice model in CCPP
    * Fix bug in gfsphysics/GFS_layer/GFS_typedefs.F90 from merge
    * Remove lsm_ruc_sfc_sice from suite FV3_GSD_v0_unified_ugwp_suite and update submodule pointer for ccpp-physics
    * Remove sfc_sice from ccpp/suites/suite_FV3_GSD_v0_unified_ugwp_suite.xml
    * Update gsl/develop from develop 2020/12/08 (NCAR#61)
    * 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.
    * Bug fixes in (1) running with frac_grid=T and GFDL MP and (2) restarting 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 <[email protected]>
    Co-authored-with: Denise Worthen <[email protected]>
    * Revert change to .gitmodules and update submodule pointer for ccpp-physics
    * Update submodule pointer for ccpp-physics - MYNN surface layer updates and bugfixes (NCAR#63)
    * Land stochastic perturbations (wrapper PR for NCAR#65) (NCAR#68)
    * Move initialization of stochastic physics after the physics
    initialization in CCPP.
    * Add albedo variables to land perturbations with lndp_type=2 option. Change to accommodate soil perturbations with RUC LSM.
    * Max/min soil moisture variables are introduced via GFS_Control_type
    variables instead of through the use of namelist_soilveg*. This is a
    more flexible way for different LSMs.
    * Added pores and resid variables for max/min soil moisture to GFS_typedefs.f90.
    * Remove tracer_sanitizer from all suites and from CCPP prebuild config
    * Add namelist option to apply land surface perturbations at every time step, clean up stochastic_physics/stochastic_physics_wrapper.F90
    * Stochastic land perturbations: add roughness length over land to the perturbed variables (NCAR#70)
    * Added roughness length over land to the perturbed variables.
    * Bugfix in gfsphysics/GFS_layer/GFS_typedefs.F90: remove Diag%cldcov, in particular the reset call because the variable is not allocated
    * Update .gitmodules and submodule pointer for GFDL_atmos_cubed_sphere for code review and testing
    * Revert change to .gitmodules for ccpp-physics, update submodule pointer for ccpp-physics
    * Revert change to .gitmodules and update submodule pointer for GFDL_atmos_cubed_sphere
    Co-authored-by: DomHeinzeller <[email protected]>
    Co-authored-by: Phil Pegion <[email protected]>
    Co-authored-by: shansun6 <[email protected]>
    Co-authored-by: tanyasmirnova <[email protected]>
    
    * Dycore change to add an option to zero-gradient BC for height advection and change dz_min as a namelist input (NOAA-EMC#232)
    
    * Point dycore to a personal branch
    * Point to new version of dycore
    * Update the dycore version
    * Update the dycore version
    * Point to NOAA-EMC dev/emc dycore branch
    
    * Remove gnumake build remnants, change v16beta to v16 (NOAA-EMC#234)
    
    * Remove gnumake files
    * Replace v16beta with v16 for all CCPP suites
    * Remove unused CCPP_INCLUDE_DIRS/CCPP_LIB_DIRS from ccpp/CMakeLists.txt
    
    * Move LSM vegetation lookup tables into CCPP, clean up RUC snow cover on ice initialization  (remove IPD step 2) (NOAA-EMC#244)
    
    * Move LSM vegetation lookup tables into CCPP, clean up RUC snow cover on ice initialization
    * Revert change to .gitmodules and update submodule pointer for ccpp-physics
    
    * UGWP v0 v1 combined (NOAA-EMC#241)
    
    * .gitmodules/gsl atmos-cubed cccp-fram cccp/physics
    * update fv3atm from NOAA-EMC Jan 9
    * new suite_FV3_GFS_v16b_ugwpv1.xml and modifications Jan 11/2021
    * Added new logical flag do_ugwp_v0_nst_only which allows non-stationary drag from ugwp_v0 to be run with GSL drag suite
    * Fix formatting in ccpp/data/GFS_typedefs.*
    * Clean up allocation of arrays in ccpp/data/GFS_typedefs.F90, add active attribute (pass 1) to ccpp/data/GFS_typedefs.meta, strip trailing whitespaces from both
    * Update and cleanup of metadata for UGWPv0, UGWPv1, drag suite
    * Reorganize UGWP diagnostic variables in data/GFS_typedefs.{F90,meta}
    * Bugfix for uninitialized data in ccpp/data/GFS_typedefs.F90
    * Update submodule pointer for ccpp-physics
    * Allocate 3d diagnostic arrays as dummy arrays if not used
    
    Co-authored-by: valery.yudin <[email protected]>
    Co-authored-by: Michael Toy <[email protected]>
    
    * SDF for GFSv16 with Thompson (NOAA-EMC#238)
    
    * SDF for GFSv16 with Thompson
    * Delete suite_FV3_GFS_v16beta_thompson.xml
    * update to new commit of Thompson MP in ccpp physics
    
    Co-authored-by: Phil Pegion <[email protected]>
    Co-authored-by: shansun6 <[email protected]>
    Co-authored-by: Mark Potts <[email protected]>
    Co-authored-by: Shrinivas.Moorthi <[email protected]>
    Co-authored-by: dustinswales <[email protected]>
    Co-authored-by: Jun Wang <[email protected]>
    Co-authored-by: XiaqiongZhou-NOAA <[email protected]>
    Co-authored-by: valery.yudin <[email protected]>
    Co-authored-by: Michael Toy <[email protected]>
    Co-authored-by: XiaSun-NOAA <[email protected]>
    11 people authored Feb 23, 2021
    Configuration menu
    Copy the full SHA
    c48b45a View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Remove inconsistencies in computation of air density with Thompson MP (

    …NCAR#74)
    
    * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing
    
    * Revert change to .gitmodules and update submodule pointer for ccpp-physics
    climbfuji authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    730ac5d View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. Update thompson mp 20210213 (NOAA-EMC#567) for gsl/develop (NCAR#75)

    * Add logical convert_dry_rho for Thompson MP, hardcoded to false
    * Initialize all variables to NaN in ccpp-physics in DEBUG mode
    * Update submodule pointer for ccpp-physics
    climbfuji authored Mar 16, 2021
    Configuration menu
    Copy the full SHA
    4516ae0 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

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

Commits on Mar 18, 2021

  1. Revert change to .gitmodules and update submodule pointer for ccpp-fr…

    …amework and ccpp-physics
    climbfuji committed Mar 18, 2021
    Configuration menu
    Copy the full SHA
    1c59364 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NCAR#77 from climbfuji/update_gsl_develop_from_mas…

    …ter_20210316
    
    Update gsl/develop from develop 20210316
    DomHeinzeller authored Mar 18, 2021
    Configuration menu
    Copy the full SHA
    c4dff78 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    7fb4c30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c19100b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f9299b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d47548 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd31df5 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    84c9f0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    591edc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Update .gitmodules and submodule pointers for ccpp-framework and ccpp…

    …-physics for code review and testing
    climbfuji committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    ad2f849 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into upd…

    …ate_gsl_develop_from_develop_20210331
    climbfuji committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    1f82c5f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Revert change to .gitmodules and update submodule pointers for ccpp-f…

    …ramework and ccpp-physics
    climbfuji committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e51884b View commit details
    Browse the repository at this point in the history
  2. Merge pull request NCAR#79 from climbfuji/update_gsl_develop_from_dev…

    …elop_20210331
    
    Update gsl/develop from develop 2021/03/31
    DomHeinzeller authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    e2108f0 View commit details
    Browse the repository at this point in the history
  3. clarify one print

    SamuelTrahanNOAA committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    b92eeeb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    837f7b4 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. Merge pull request NCAR#78 from SamuelTrahanNOAA/feature/per-timestep…

    …-pgr-like-wrf
    
    per-timestep diagnostic output: FV3 version of WRF noise parameter
    DomHeinzeller authored Apr 2, 2021
    Configuration menu
    Copy the full SHA
    6814d1a View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2021

  1. More 3D diagnostic tendencies (NCAR#76)

    Add diagnostic tendencies for all tracers. Move all d*3dt variables into a 4D sparse array stored as `dtend(i,k,dtidx(tracer,process))` to reduce memory usage.
    SamuelTrahanNOAA authored Apr 12, 2021
    Configuration menu
    Copy the full SHA
    51d7265 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. Fix incorrect units in dtend metadata (NCAR#82)

    * Fix incorrect units in dtend metadata
    
    * Make the tracer tendency units mandatory.
    SamuelTrahanNOAA authored Apr 23, 2021
    Configuration menu
    Copy the full SHA
    aa22b69 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2021

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

Commits on May 20, 2021

  1. Configuration menu
    Copy the full SHA
    78e1af4 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into upd…

    …ate_gsl_develop_from_develop
    climbfuji committed May 20, 2021
    Configuration menu
    Copy the full SHA
    01cdd8a View commit details
    Browse the repository at this point in the history

Commits on May 21, 2021

  1. Configuration menu
    Copy the full SHA
    ef024c7 View commit details
    Browse the repository at this point in the history
  2. Revert change to .gitmodules and update submodule pointer for ccpp-fr…

    …amework and ccpp-physics
    climbfuji committed May 21, 2021
    Configuration menu
    Copy the full SHA
    e361a82 View commit details
    Browse the repository at this point in the history
  3. Merge pull request NCAR#89 from climbfuji/update_gsl_develop_from_dev…

    …elop
    
    Update gsl/develop from develop 2021/05/21
    DomHeinzeller authored May 21, 2021
    Configuration menu
    Copy the full SHA
    7946352 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. dtend: add missing tendencies and fix bugs in convection tendencies (N…

    …CAR#92)
    
    * Fix incorrect units in dtend metadata
    
    * Point to corresponding ccpp/physics branch
    
    * fixes to dtend support:
    
    1. Store rtg (AKA clw AKA qtr) instead of gq0 in DCNV and SCNV
    pre/post for schemes that use convective transport. Tracers handled
    solely by convective transport (ones not in rtg) are reported as
    convective transport tendencies. Tendencies for variables in rtg are
    reported as dcnv and scnv tendencies.
    
    2. Report TKE tendencies from gfs v16 PBL.
    
    3. Add diagnostic tendencies to drag_suite
    
    4. Only report rayleigh damping tendencies if rayleigh damping is enabled
    
    5. List all possible diagnostic tendencies, even if they are not
    enabled. In the output, label them "selected" or "disabled."
    
    6. Add phys_tend to the fv3_rap suite.
    
    * Merge gsl/develop into ccpp/physics
    
    * Add phys_tend to suite_FV3_GSD_SAR and remove some debug prints
    
    * Remove some debug prints and commented-out code.
    
    * Correct error in dtend variable availability list print.
    
    * Enable convtrans diagnostic tendencies for number concentrations and qrimef.
    
    * Disable cnvtrans diagnostic tendencies for schemes that do their own diagnostic tendency reporting.
    
    * Point to gsl repositories
    SamuelTrahanNOAA authored May 28, 2021
    Configuration menu
    Copy the full SHA
    d38ae34 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2021

  1. Configuration menu
    Copy the full SHA
    7fc40be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97aa974 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Configuration menu
    Copy the full SHA
    06c0421 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c257a0 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into upd…

    …ate_gsl_develop_from_develop_20210531
    climbfuji committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    30f3b80 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

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

Commits on Jun 7, 2021

  1. Point update_gsl_develop_from_develop_20210531 to NOAA-GSL branches o…

    …f ccpp/physics and ccpp/framework
    SamuelTrahanNOAA committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    de014c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09e9839 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2021

  1. Configuration menu
    Copy the full SHA
    52c8014 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    487c7de View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    6c0262b View commit details
    Browse the repository at this point in the history
  2. Merge branch 'HCBaerosols' of https://github.com/hannahcbarnes/fv3atm

    …into gsl_develop_hannah_and_joe_changes_combined_20210712
    climbfuji committed Jul 12, 2021
    Configuration menu
    Copy the full SHA
    f0ed0f1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcbc0ec View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

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

Commits on Jul 15, 2021

  1. Configuration menu
    Copy the full SHA
    8043a8a View commit details
    Browse the repository at this point in the history
  2. Make aod_gf and cactiv_m work appriopriately for restarts

    Minor code cleanup
    hannahcbarnes committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    ec202a3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'HCBaerosols' of https://github.com/hannahcbarnes/fv3atm

    …into gsl_develop_hannah_and_joe_changes_combined_20210712
    climbfuji committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    27d28d8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    398e951 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2021

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

Commits on Jul 19, 2021

  1. Configuration menu
    Copy the full SHA
    dfa935d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e14419 View commit details
    Browse the repository at this point in the history
  3. Merge pull request NCAR#101 from climbfuji/gsl_develop_hannah_and_joe…

    …_changes_combined_20210712
    
    Wrapper for PR NCAR#100 (GF aerosols updates and tunings)
    DomHeinzeller authored Jul 19, 2021
    Configuration menu
    Copy the full SHA
    7f08cc3 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2021

  1. Configuration menu
    Copy the full SHA
    5f1094c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c98448 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de2e423 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2021

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

Commits on Jul 27, 2021

  1. Revert change to .gitmodules and update submodule pointers for ccpp-f…

    …ramework and ccpp-physics
    climbfuji committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    cf1ea3b View commit details
    Browse the repository at this point in the history
  2. Merge pull request NCAR#102 from climbfuji/update_gsl_develop_from_de…

    …velop_20210721
    
    Update gsl/develop from develop 20210721
    DomHeinzeller authored Jul 27, 2021
    Configuration menu
    Copy the full SHA
    4b11bd8 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2021

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

Commits on Aug 4, 2021

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

Commits on Aug 11, 2021

  1. Configuration menu
    Copy the full SHA
    f6fbd77 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NCAR#103 from climbfuji/joe_mynnedmf_update_20210804

    MYNN-EDMF updates and bug fixes
    DomHeinzeller authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    6b1a37d View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Changed dimensions of variables tsnow_land and sncovr_ice from

    horizontal_dimension to horizontal_loop_extent
    tanyasmirnova committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    fd51142 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Merge branch 'gsl/develop' of https://github.com/NOAA-GSL/fv3atm into…

    … GF_RadiationUpdate_RevertAerosols
    climbfuji committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    66a31da View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

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

Commits on Aug 18, 2021

  1. Configuration menu
    Copy the full SHA
    56ee817 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from climbfuji/tanya_gsl_dev_11aug21_lake_dom

    Update .gitmodules and submodule pointer for ccpp-physics for code review and testing
    tanyasmirnova authored Aug 18, 2021
    Configuration menu
    Copy the full SHA
    fcc7a86 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

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

Commits on Aug 23, 2021

  1. Configuration menu
    Copy the full SHA
    cec7cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    309a912 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba66748 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #4 from climbfuji/tanya_gsl_dev_11aug21_lake_dom

    Revert change to .gitmodules and update submodule pointer for ccpp-physics
    tanyasmirnova authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    52b38b8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request NCAR#105 from tanyasmirnova/gsl_dev_11aug21_lake

    Testing Flake model with HRRR and GSD_v0 suites.
    DomHeinzeller authored Aug 23, 2021
    Configuration menu
    Copy the full SHA
    3c6404a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    57d535a View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2021

  1. Configuration menu
    Copy the full SHA
    c2424da View commit details
    Browse the repository at this point in the history
  2. Merge branch 'gsl/develop' of https://github.com/NOAA-GSL/fv3atm into…

    … GF_RadiationUpdate_RevertAerosols
    climbfuji committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    aa11e39 View commit details
    Browse the repository at this point in the history
  3. Merge pull request NCAR#104 from climbfuji/GF_RadiationUpdate_RevertA…

    …erosols
    
    Gf radiation update revert aerosols
    DomHeinzeller authored Aug 24, 2021
    Configuration menu
    Copy the full SHA
    9beb0f9 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'gsl/develop' of https://github.com/NOAA-GSL/fv3atm into…

    … update_gsl_develop_from_main_20210819
    climbfuji committed Aug 24, 2021
    Configuration menu
    Copy the full SHA
    043f425 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Revert change to .gitmodules and update submodule pointers for ccpp-p…

    …hysics and ccpp-framework
    climbfuji committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    ced5cde View commit details
    Browse the repository at this point in the history
  2. Merge pull request NCAR#106 from climbfuji/update_gsl_develop_from_ma…

    …in_20210819
    
    Update gsl develop from develop 2021/08/24
    DomHeinzeller authored Aug 26, 2021
    Configuration menu
    Copy the full SHA
    b335f3a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

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

Commits on Sep 22, 2021

  1. Revert change to .gitmodules and update submodule pointers for ccpp-f…

    …ramework and ccpp-physics
    climbfuji committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    3dadef9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NCAR#108 from climbfuji/update_gsl_develop_from_de…

    …velop_20210921
    
    Update gsl/develop from develop 2021/09/21
    DomHeinzeller authored Sep 22, 2021
    Configuration menu
    Copy the full SHA
    10eaeed View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2021

  1. Turn on GF aerosol-awareness

    Tune clwdet (cloud water detrainment)
    Make evfact (evaporation factor) and radiation factor scale-aware
    hannahcbarnes committed Oct 14, 2021
    Configuration menu
    Copy the full SHA
    0f661ab View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Update .gitmodules and submodule pointers for ccpp-framework and ccpp…

    …-physics for code review and testing
    climbfuji committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f03f84a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into upd…

    …ate_gsl_develop_from_develop_20211019
    climbfuji committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    f35a400 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45910f0 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2021

  1. Configuration menu
    Copy the full SHA
    98b9206 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d871366 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    811dc67 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from climbfuji/hannah_gf_dom

    Update submodule pointer for ccpp/physics
    hannahcbarnes authored Oct 20, 2021
    Configuration menu
    Copy the full SHA
    fb4f45b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bf540b0 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'gsl/develop' of https://github.com/NOAA-GSL/fv3atm into…

    … update_gsl_develop_from_develop_20211019
    climbfuji committed Oct 20, 2021
    Configuration menu
    Copy the full SHA
    d9af39b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8dbb5a7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa64c2b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    ef0c510 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NCAR#112 from climbfuji/joe_mynn_updates_20211020

    Updates to MYNN-EDMF in CCPP physics
    DomHeinzeller authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    0e6ff3b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'gsl/develop' of https://github.com/NOAA-GSL/fv3atm into…

    … update_gsl_develop_from_develop_20211019
    climbfuji committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    a6d0025 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ea026f View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    c8f3468 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NCAR#111 from climbfuji/update_gsl_develop_from_de…

    …velop_20211019
    
    Update gsl/develop from develop 2021/10/19
    DomHeinzeller authored Oct 22, 2021
    Configuration menu
    Copy the full SHA
    cf009f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    8423117 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into gsl…

    …_develop_update_from_develop_20211025
    climbfuji committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    e604e31 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

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

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    89c1f50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request NCAR#113 from climbfuji/gsl_develop_update_from_de…

    …velop_20211025
    
    Update gsl/develop from develop 2021/10/25
    DomHeinzeller authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    fd66c77 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2021

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

Commits on Nov 8, 2021

  1. Configuration menu
    Copy the full SHA
    e090b4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af1aeab View commit details
    Browse the repository at this point in the history
  3. Merge pull request NCAR#115 from climbfuji/tanya_ruclsm_mynnsfclay

    CCPP: Bug fixes in MYNN surface layer scheme
    DomHeinzeller authored Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6c90939 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into upd…

    …ate_gsl_develop_from_develop_20211116
    climbfuji committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    8f96e33 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Configuration menu
    Copy the full SHA
    43bb1bd View commit details
    Browse the repository at this point in the history
  2. Merge pull request NCAR#117 from climbfuji/update_gsl_develop_from_de…

    …velop_20211116
    
    Update gsl/develop from develop 202/11/17
    DomHeinzeller authored Nov 18, 2021
    Configuration menu
    Copy the full SHA
    806b3f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

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

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    c5d2aae View commit details
    Browse the repository at this point in the history
  2. Merge pull request NCAR#118 from climbfuji/mike_gsl_develop_SSGWD_bugfix

    Update .gitmodules and submodule pointer for ccpp-physics for code re…
    DomHeinzeller authored Nov 24, 2021
    Configuration menu
    Copy the full SHA
    07ed3e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    dd8b65d View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into upd…

    …ate_gsl_develop_from_develop_20211215
    climbfuji committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    3fdadd4 View commit details
    Browse the repository at this point in the history
  3. Fix merge conflicts

    climbfuji committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    ff70152 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c2f799 View commit details
    Browse the repository at this point in the history
  5. Merge pull request NCAR#120 from climbfuji/update_gsl_develop_from_de…

    …velop_20211215
    
    Update gsl/develop from develop 2021/12/15
    DomHeinzeller authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    1df1fc4 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Updates to MYNN-EDMF, part II - goes with PR for ccpp-physics (NCAR#121)

    * Updates to MYNN-EDMF, part II - goes with mods for ccpp-physics
    
    * updating default mixing length option to 1
    
    * Changing eq to eqv for logical if-then tests.
    
    * Removing .eq. and .eqv. from logical if-then tests.
    
    * point to top of gsl/develop for ccpp/physics
    
    Co-authored-by: Samuel Trahan <[email protected]>
    joeolson42 and SamuelTrahanNOAA authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    1679dc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Add a cloud fraction to GF scheme, and separate frozen subgrid clouds…

    … into snow and ice
    
    This modification adds:
        
    1. A new cloud fraction (Chaboureau and Bechtold 2005) for the GF convection scheme
    2. The capability to separate frozen subgrid clouds into both snow and ice (no longer just ice).
    joeolson42 authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    b76d1fb View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Merge NOAA-EMC develop into gsl/develop (NCAR#126)

    * Feature/ccpp codeowners (NOAA-EMC#442)
    
    * Per-file CODEOWNERS in ccpp/physics to set up automatic review requests
    
    * Code cleanup. Remove used code/variables. Fix minor inconsistencies. (NOAA-EMC#440)
    
    * Remove ESMF Alarm and TimeInterval variables from module_fv3_config.
    * Variables nfhmax, nfhmax_hf are unused outside InitializeAdvertise. Declared them as local variables.
    * There is no need to keep duplicates of all time related variables in atm_int_state when we can easily access them from atm_int_state%Atm.
    * Remove redundant call to fms_init
    * Add few missing ESMF_LogFoundError checks in module_fcst_grid_comp.F90
    * Delete time_utils.F90. Unused.
    * print only actual errors to stderr, everything else to stdout
    * Move realizeConnectedCplFields to module_cplfields from module_cap_cpl
    * Declare Atmos as module variable, and remove atmos_internalstate_wrapper
    * Move code from clock_cplIntval to InitializeAdvertise
    * Removed INTERNAL_FILE_NML from atmos_model.F90
    
    * CCPP cloud cover change for Thompson MP associated with Xu Randall (NOAA-EMC#443)
    
    * Remove old comments from GFS_typedefs.F90.
    * Update logic that sets Model%cnvcld = .false.
    
    * Wrapper for ccpp-physics NOAA-EMC#806, NOAA-EMC#807, NOAA-EMC#813 (NOAA-EMC#447)
    
    * CCPP physics updates from PR NOAA-EMC#806(only diagnostic changes for RRTMGP - small diag-only RT impact for tests involving RRTMGP),NOAA-EMC#807 (only aborting model if sfc emis file not present when needed) ,NOAA-EMC#813(only SCM-specific physics changes)
    
    * Wrapper for ccpp-physics NOAA-EMC#808 and 816 (roughness length over ice and NoahMP tsurf bugfix) (NOAA-EMC#452)
    
    This PR contains the ccpp physics PR NOAA-EMC#808 and NOAA-EMC#816. 808 addresses an error in the momentum roughness length over tiles with ice. 816 fixes an occasional segfault bug related to the tsurf variable in NoahMP and updates to "improve snow simulation in NoahMP for P8".
    
    * Use 'model set run clock' routine in FV3 NUOPC cap. (NOAA-EMC#450)
    
    * Add 'SetRunClock' specialization routine to FV3 NUOPC cap, which sets fv3 model clock. FV3 cap does not keep local copy of clock (clock_fv3) as saved module variable anymore.
    * Minor code cleanup.
    
    * Clean up iovr=4 (exponential cloud overlapping method) in RRTMG (NOAA-EMC#445)
    
    Clean up the exponential cloud overlapping method in RRTMG, which reflects the practice of the pre-2018 operational HWRF model.
    
    * Bug fix for dimensions of eta level variables and WAM variables in Fortran code and CCPP metadata (NOAA-EMC#431)
    
    * Add additional diagnostic arrays for radiation-microphysics development
    * Bug fixes for WAM model runs with levr < levs
    
    * Update inline post with latest UPP release upp_v10.0.11 (NOAA-EMC#449)
    
    * Update UPP revision
    * Add foundation temperaure in GFS read interface for inline post.
    
    * Wrapper for ccpp-physics NOAA-EMC#812 (NOAA-EMC#453)
    
    * update submodule pointer for regression testing of ccpp-physics#812
    
    * MYNN sfclay (RAP suite) restart reproducibility, P8 suite definition files (NOAA-EMC#455)
    
    * Fix uninitialized variable zmtnblck in ccpp/data/GFS_typedefs.F90
    * Fix typo in CCPP standard name for ncnvwind in ccpp/data/GFS_typedefs.meta
    * Add ten 2d variables required for MYNNSFC restart reproducibility to ccpp/driver/GFS_restart.F90
    * create initial p8 suites, P8 initial SDFs as copies of FV3_GFS_v16_coupled_nsstNoahmpUGWPv1
    and FV3_GFS_v16_nsstNoahmpUGWPv1
    
    Co-authored-by: Denise Worthen <[email protected]>
    
    * Fixes on initializing snow depth over ice and changes z0ice (NOAA-EMC#461)
    
    * modify FV3GFS_io.F90 by fixing errors associated with initializing snow depth over ice in the case where both land and water coexist (i.e. fractional grid case)
    * z0ice is changed to 1.0 cm from 1.1cm in atmos_model.F90
    
    * Radar-derived microphysics temperature tendencies similar to operational HRRR (NOAA-EMC#457)
    
    - implements a feature of the operational HRRR, radar-derived microphysics temperature tendencies applied in the first N minutes of the forecast to improve clouds in the first few hours.
    * HRRR-like radar-derived temperature tendencies
    * Give a warning when convection is enabled with radar tten
    * Fix uninitialized variable zmtnblck in ccpp/data/GFS_typedefs.F90
    * Add ten 2d variables required for MYNNSFC restart reproducibility to ccpp/driver/GFS_restart.F90
    
    * fixing snod bug in atmos_model.F90 (NOAA-EMC#465)
    
    * Thompson MP cloud tuning (NOAA-EMC#463)
    
    *  Improve cloud fraction when using Thompson MP. See NCAR/ccpp-physics#809 for more details.
    
    * Feature/hwrf legacy (NOAA-EMC#459)
    
    * Added a new suite definition file: suite_FV3_HAFS_v0_thompson_tedmf_gfdlsf.xml. This SDF is a legacy hwrf SDF but only the GFDL surface layer scheme and the Thompson scheme are kept.
    
    * CCPP: Update consistency checks and effective radii calculation for Thompson MP (NOAA-EMC#462)
    
    * This PR updates the submodule pointer for ccpp-physics for the changes described in NCAR/ccpp-physics#786 (Update consistency checks and effective radii calculation for Thompson MP)
    
    * Unified write_netcdf, add single file 'cubed_sphere_grid' output (NOAA-EMC#466)
    
    * Unify write_netcdf and write_netcdf_parallel modules.
    * Add support for writing 'cubed_sphere_grid' history files in a single netcdf file
    * Code refactoring and cleanup.
    
    * Change standard name and unit of CCPP error flag variable in CCPP framework and physics (NOAA-EMC#467)
    
    *Change standard name and unit of CCPP error flag variable in CCPP framework and physics.
    
    * Add code to enable ESMF managed threading (NOAA-EMC#469)
    
    * Implement ESMF-managed-threading for fcstComp and wrtComp's.
    
    * Revisions to repair iovr=5 cloud overlap option (NOAA-EMC#471)
    
    *This PR addresses part 2 of CCPP issue NOAA-EMC#748 to activate the exponential-random cloud overlap method (iovr=5) in RRTMG.
    
    * Add 2d decomposition on the write grid comp (NOAA-EMC#470)
    
    * update write grid comp to have 2D decomposition on output grid.
    * combine PR#468: Bug fix in FV3GFS_io.F90 for allocation of temp2d
    
    Co-authored-by: Ted Mansell <[email protected]>
    
    * 4DIAU bug when iau_filter_increments=T  (NOAA-EMC#458)
    
    * Add lsm_cold_start variable for RUC LSM SCM support and gwdps bugfix (combined) (NOAA-EMC#475)
    
    * add lsm_cold_start variable in GFS_typedefs.F90/meta and update ccpp/physics for testing
    * includes @SMoorthi-emc 's bugfix for gwdps.f.
    
    * add lon info in the write group (NOAA-EMC#476)
    
    * Multiple output grids (NOAA-EMC#480)
    
    Update fv3 cap and write grid component to enable outputting multiple domains.
    This is done be creating an array of fcstGrids, and array of rout handles where each element of these arrays correspond to one atm domain.
    In the write grid component updates were made to allow grid spec parameters for each output grid to be specified separately.
    
    Co-authored-by: Gerhard Theurich <[email protected]>
    
    * GPU-enabled version of Grell-Freitas convection in ccpp-physics (NOAA-EMC#479)
    
    * Enable Thompson MP when coupling with UFS-Aerosols (NOAA-EMC#484)
    
    * Add support for Stochastically Perturbed Parameterizations (SPP) in FV3 and add the FV3_RRFS_v1alpha SDF. (NOAA-EMC#454)
    
    Adds the necessary code in fv3atm to allow for Stochastically Perturbed Parameterizations (SPP) in a set of RAP/HRRR-based physics parameterizations. Specific to the fv3atm repository, code in this PR defines the necessary variables associated with various SPP-related fields (e.g., logical to activate SPP, parameterization-specific SPP variables, etc.) that are then passed to ccpp-physics.
    
    * lateral boundary fix for regional runs (NOAA-EMC#482)
    
    * Updating pointer to ccpp/physics.
    
    * Point to Christina's branches.
    
    * Point to NOAA-GSL gsl/develop for ccpp/physics
    
    Co-authored-by: Samuel Trahan (NOAA contractor) <[email protected]>
    Co-authored-by: Dusan Jovic <[email protected]>
    Co-authored-by: Dom Heinzeller <[email protected]>
    Co-authored-by: Grant Firl <[email protected]>
    Co-authored-by: mzhangw <[email protected]>
    Co-authored-by: WenMeng-NOAA <[email protected]>
    Co-authored-by: Denise Worthen <[email protected]>
    Co-authored-by: SMoorthi-emc <[email protected]>
    Co-authored-by: ChunxiZhang-NOAA <[email protected]>
    Co-authored-by: Jun Wang <[email protected]>
    Co-authored-by: Ted Mansell <[email protected]>
    Co-authored-by: Jeff Whitaker <[email protected]>
    Co-authored-by: Gerhard Theurich <[email protected]>
    Co-authored-by: DomHeinzeller <[email protected]>
    Co-authored-by: Raffaele Montuoro <[email protected]>
    Co-authored-by: JeffBeck-NOAA <[email protected]>
    Co-authored-by: MatthewPyle-NOAA <[email protected]>
    Co-authored-by: samuel.trahan <[email protected]>
    19 people authored Mar 8, 2022
    Configuration menu
    Copy the full SHA
    03bfaee View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Remove GF Consistency Check & Add SDFs - V2 (NCAR#127)

    * - Removes consistency check in GF, allows GF to run with different or no shallow scheme
    - Add additional RAP based SDF
    
    * Point to gsl/develop for ccpp/physics
    
    Co-authored-by: Samuel Trahan <[email protected]>
    hannahcbarnes and SamuelTrahanNOAA authored Mar 9, 2022
    Configuration menu
    Copy the full SHA
    b82d5c6 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

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

Commits on Mar 24, 2022

  1. updates related to MYNN-EDMF (NOAA-EMC#135)

    * adding new variable (Sm3D) stability function for momentum
    
    * update submodule pointer for ccpp-physics
    
    * Point to gsl/develop for ccpp/physics
    
    Co-authored-by: samuel.trahan <[email protected]>
    joeolson42 and SamuelTrahanNOAA authored Mar 24, 2022
    Configuration menu
    Copy the full SHA
    036f0b3 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. GWD, LSM and MYNN physics updates from RRFS_dev branch (NOAA-EMC#136)

    * GWD, LSM and MYNN physics updates from RRFS_dev branch
    
    * Point to gsl/develop for ccpp/physics
    
    Co-authored-by: samuel.trahan <[email protected]>
    mdtoyNOAA and SamuelTrahanNOAA authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    5d9f221 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd68016 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

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

Commits on Apr 21, 2022

  1. gsl/develop RRFS-Smoke (NOAA-EMC#141)

    * "add for smoke"
    
    * "update to pass GNU compiler"
    
    * "following Joe's comments to add nchem,ndvel as input to MYNN"
    
    * "update fv3atm to point to gsl/develop-smoke"
    
    * "to point to physics branch of gsl/develop-smoke"
    
    * Point to gsl/develop-smoke for ccpp-physics
    
    * "point ot gsl/develop-smoke branch"
    
    * "update GFS_typedefs.meta with rrfs_smoke active flag"
    
    * "update the 3rd dimension readin of GBBEPx for smoke"
    
    * Remove an extra read that went out of bounds
    
    * Point to NOAA-GSL gsl/develop for ccpp-physics
    
    Co-authored-by: samuel.trahan <[email protected]>
    haiqinli and SamuelTrahanNOAA authored Apr 21, 2022
    Configuration menu
    Copy the full SHA
    ae22dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    75396de View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    ff41d1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f6731 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db3107c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Configuration menu
    Copy the full SHA
    86a111a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de62617 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    de363fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c60e05 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbb405c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc25f3d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

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

Commits on May 5, 2022

  1. Configuration menu
    Copy the full SHA
    2400711 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    189806f View commit details
    Browse the repository at this point in the history
  3. Merge develop

    SamuelTrahanNOAA committed May 5, 2022
    Configuration menu
    Copy the full SHA
    6613803 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    ba5e9b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fda178f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da0435f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ebbcfb7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

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

Commits on May 11, 2022

  1. merge develop

    SamuelTrahanNOAA committed May 11, 2022
    Configuration menu
    Copy the full SHA
    c302ad5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8edf82e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

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

Commits on May 16, 2022

  1. Configuration menu
    Copy the full SHA
    e3a3c7e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    981e49d View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    4bf92d9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'gsl/merge-develop-to-community' of ssh://github.com/Sam…

    …uelTrahanNOAA/fv3atm into gsl/merge-develop-to-community
    SamuelTrahanNOAA committed May 17, 2022
    Configuration menu
    Copy the full SHA
    ee9cb8d View commit details
    Browse the repository at this point in the history