-
Notifications
You must be signed in to change notification settings - Fork 157
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
merge gsl institutional fork #526
Commits on Nov 25, 2020
-
Update .gitmodules and submodule pointers for ccpp-framework and ccpp…
…-physics for gsl/develop branch
Configuration menu - View commit details
-
Copy full SHA for 478d348 - Browse repository at this point
Copy the full SHA 478d348View commit details
Commits on Dec 1, 2020
-
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]>
Configuration menu - View commit details
-
Copy full SHA for bd71c2a - Browse repository at this point
Copy the full SHA bd71c2aView commit details
Commits on Dec 8, 2020
-
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]>
Configuration menu - View commit details
-
Copy full SHA for c59787a - Browse repository at this point
Copy the full SHA c59787aView commit details
Commits on Dec 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b1e98cf - Browse repository at this point
Copy the full SHA b1e98cfView commit details
Commits on Jan 9, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 6ecee94 - Browse repository at this point
Copy the full SHA 6ecee94View commit details
Commits on Jan 19, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for fa070c8 - Browse repository at this point
Copy the full SHA fa070c8View commit details
Commits on Feb 23, 2021
-
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]>
Configuration menu - View commit details
-
Copy full SHA for c48b45a - Browse repository at this point
Copy the full SHA c48b45aView commit details
Commits on Feb 26, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 730ac5d - Browse repository at this point
Copy the full SHA 730ac5dView commit details
Commits on Mar 16, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 4516ae0 - Browse repository at this point
Copy the full SHA 4516ae0View commit details
Commits on Mar 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 08fc9fe - Browse repository at this point
Copy the full SHA 08fc9feView commit details
Commits on Mar 18, 2021
-
Revert change to .gitmodules and update submodule pointer for ccpp-fr…
…amework and ccpp-physics
Configuration menu - View commit details
-
Copy full SHA for 1c59364 - Browse repository at this point
Copy the full SHA 1c59364View commit details -
Merge pull request NCAR#77 from climbfuji/update_gsl_develop_from_mas…
…ter_20210316 Update gsl/develop from develop 20210316
Configuration menu - View commit details
-
Copy full SHA for c4dff78 - Browse repository at this point
Copy the full SHA c4dff78View commit details
Commits on Mar 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7fb4c30 - Browse repository at this point
Copy the full SHA 7fb4c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for c19100b - Browse repository at this point
Copy the full SHA c19100bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f9299b - Browse repository at this point
Copy the full SHA 6f9299bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d47548 - Browse repository at this point
Copy the full SHA 1d47548View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd31df5 - Browse repository at this point
Copy the full SHA cd31df5View commit details
Commits on Mar 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 84c9f0b - Browse repository at this point
Copy the full SHA 84c9f0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 591edc0 - Browse repository at this point
Copy the full SHA 591edc0View commit details
Commits on Mar 31, 2021
-
Update .gitmodules and submodule pointers for ccpp-framework and ccpp…
…-physics for code review and testing
Configuration menu - View commit details
-
Copy full SHA for ad2f849 - Browse repository at this point
Copy the full SHA ad2f849View commit details -
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into upd…
…ate_gsl_develop_from_develop_20210331
Configuration menu - View commit details
-
Copy full SHA for 1f82c5f - Browse repository at this point
Copy the full SHA 1f82c5fView commit details
Commits on Apr 1, 2021
-
Revert change to .gitmodules and update submodule pointers for ccpp-f…
…ramework and ccpp-physics
Configuration menu - View commit details
-
Copy full SHA for e51884b - Browse repository at this point
Copy the full SHA e51884bView commit details -
Merge pull request NCAR#79 from climbfuji/update_gsl_develop_from_dev…
…elop_20210331 Update gsl/develop from develop 2021/03/31
Configuration menu - View commit details
-
Copy full SHA for e2108f0 - Browse repository at this point
Copy the full SHA e2108f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b92eeeb - Browse repository at this point
Copy the full SHA b92eeebView commit details -
Merge remote-tracking branch 'gsl/gsl/develop' into feature/per-times…
…tep-pgr-like-wrf
Configuration menu - View commit details
-
Copy full SHA for 837f7b4 - Browse repository at this point
Copy the full SHA 837f7b4View commit details
Commits on Apr 2, 2021
-
Merge pull request NCAR#78 from SamuelTrahanNOAA/feature/per-timestep…
…-pgr-like-wrf per-timestep diagnostic output: FV3 version of WRF noise parameter
Configuration menu - View commit details
-
Copy full SHA for 6814d1a - Browse repository at this point
Copy the full SHA 6814d1aView commit details
Commits on Apr 12, 2021
-
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.
Configuration menu - View commit details
-
Copy full SHA for 51d7265 - Browse repository at this point
Copy the full SHA 51d7265View commit details
Commits on Apr 23, 2021
-
Fix incorrect units in dtend metadata (NCAR#82)
* Fix incorrect units in dtend metadata * Make the tracer tendency units mandatory.
Configuration menu - View commit details
-
Copy full SHA for aa22b69 - Browse repository at this point
Copy the full SHA aa22b69View commit details
Commits on Apr 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a16085a - Browse repository at this point
Copy the full SHA a16085aView commit details
Commits on May 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 78e1af4 - Browse repository at this point
Copy the full SHA 78e1af4View commit details -
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into upd…
…ate_gsl_develop_from_develop
Configuration menu - View commit details
-
Copy full SHA for 01cdd8a - Browse repository at this point
Copy the full SHA 01cdd8aView commit details
Commits on May 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ef024c7 - Browse repository at this point
Copy the full SHA ef024c7View commit details -
Revert change to .gitmodules and update submodule pointer for ccpp-fr…
…amework and ccpp-physics
Configuration menu - View commit details
-
Copy full SHA for e361a82 - Browse repository at this point
Copy the full SHA e361a82View commit details -
Merge pull request NCAR#89 from climbfuji/update_gsl_develop_from_dev…
…elop Update gsl/develop from develop 2021/05/21
Configuration menu - View commit details
-
Copy full SHA for 7946352 - Browse repository at this point
Copy the full SHA 7946352View commit details
Commits on May 28, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for d38ae34 - Browse repository at this point
Copy the full SHA d38ae34View commit details
Commits on May 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7fc40be - Browse repository at this point
Copy the full SHA 7fc40beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97aa974 - Browse repository at this point
Copy the full SHA 97aa974View commit details
Commits on Jun 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 06c0421 - Browse repository at this point
Copy the full SHA 06c0421View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c257a0 - Browse repository at this point
Copy the full SHA 7c257a0View commit details -
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into upd…
…ate_gsl_develop_from_develop_20210531
Configuration menu - View commit details
-
Copy full SHA for 30f3b80 - Browse repository at this point
Copy the full SHA 30f3b80View commit details
Commits on Jun 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5b75e26 - Browse repository at this point
Copy the full SHA 5b75e26View commit details
Commits on Jun 7, 2021
-
Point update_gsl_develop_from_develop_20210531 to NOAA-GSL branches o…
…f ccpp/physics and ccpp/framework
Configuration menu - View commit details
-
Copy full SHA for de014c4 - Browse repository at this point
Copy the full SHA de014c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09e9839 - Browse repository at this point
Copy the full SHA 09e9839View commit details
Commits on Jul 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 52c8014 - Browse repository at this point
Copy the full SHA 52c8014View commit details -
Configuration menu - View commit details
-
Copy full SHA for 487c7de - Browse repository at this point
Copy the full SHA 487c7deView commit details
Commits on Jul 12, 2021
-
Update .gitmodules and submodule pointer for ccpp-physics for code re…
…view and testing
Configuration menu - View commit details
-
Copy full SHA for 6c0262b - Browse repository at this point
Copy the full SHA 6c0262bView commit details -
Merge branch 'HCBaerosols' of https://github.com/hannahcbarnes/fv3atm …
…into gsl_develop_hannah_and_joe_changes_combined_20210712
Configuration menu - View commit details
-
Copy full SHA for f0ed0f1 - Browse repository at this point
Copy the full SHA f0ed0f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcbc0ec - Browse repository at this point
Copy the full SHA dcbc0ecView commit details
Commits on Jul 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3a9e20d - Browse repository at this point
Copy the full SHA 3a9e20dView commit details
Commits on Jul 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8043a8a - Browse repository at this point
Copy the full SHA 8043a8aView commit details -
Make aod_gf and cactiv_m work appriopriately for restarts
Minor code cleanup
Configuration menu - View commit details
-
Copy full SHA for ec202a3 - Browse repository at this point
Copy the full SHA ec202a3View commit details -
Merge branch 'HCBaerosols' of https://github.com/hannahcbarnes/fv3atm …
…into gsl_develop_hannah_and_joe_changes_combined_20210712
Configuration menu - View commit details
-
Copy full SHA for 27d28d8 - Browse repository at this point
Copy the full SHA 27d28d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 398e951 - Browse repository at this point
Copy the full SHA 398e951View commit details
Commits on Jul 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a693372 - Browse repository at this point
Copy the full SHA a693372View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce42a41 - Browse repository at this point
Copy the full SHA ce42a41View commit details
Commits on Jul 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dfa935d - Browse repository at this point
Copy the full SHA dfa935dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e14419 - Browse repository at this point
Copy the full SHA 4e14419View commit details -
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)
Configuration menu - View commit details
-
Copy full SHA for 7f08cc3 - Browse repository at this point
Copy the full SHA 7f08cc3View commit details
Commits on Jul 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5f1094c - Browse repository at this point
Copy the full SHA 5f1094cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c98448 - Browse repository at this point
Copy the full SHA 9c98448View commit details -
Configuration menu - View commit details
-
Copy full SHA for de2e423 - Browse repository at this point
Copy the full SHA de2e423View commit details
Commits on Jul 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cf09695 - Browse repository at this point
Copy the full SHA cf09695View commit details
Commits on Jul 27, 2021
-
Revert change to .gitmodules and update submodule pointers for ccpp-f…
…ramework and ccpp-physics
Configuration menu - View commit details
-
Copy full SHA for cf1ea3b - Browse repository at this point
Copy the full SHA cf1ea3bView commit details -
Merge pull request NCAR#102 from climbfuji/update_gsl_develop_from_de…
…velop_20210721 Update gsl/develop from develop 20210721
Configuration menu - View commit details
-
Copy full SHA for 4b11bd8 - Browse repository at this point
Copy the full SHA 4b11bd8View commit details
Commits on Jul 28, 2021
-
Update .gitmodules and submodule pointer for ccpp-physics for code re…
…view and testing
Configuration menu - View commit details
-
Copy full SHA for 81c9a02 - Browse repository at this point
Copy the full SHA 81c9a02View commit details
Commits on Aug 4, 2021
-
Update .gitmodules and submodule pointer for ccpp-physics for code re…
…view and testing
Configuration menu - View commit details
-
Copy full SHA for 16c2b7c - Browse repository at this point
Copy the full SHA 16c2b7cView commit details
Commits on Aug 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f6fbd77 - Browse repository at this point
Copy the full SHA f6fbd77View commit details -
Merge pull request NCAR#103 from climbfuji/joe_mynnedmf_update_20210804
MYNN-EDMF updates and bug fixes
Configuration menu - View commit details
-
Copy full SHA for 6b1a37d - Browse repository at this point
Copy the full SHA 6b1a37dView commit details
Commits on Aug 12, 2021
-
Changed dimensions of variables tsnow_land and sncovr_ice from
horizontal_dimension to horizontal_loop_extent
Configuration menu - View commit details
-
Copy full SHA for fd51142 - Browse repository at this point
Copy the full SHA fd51142View commit details
Commits on Aug 13, 2021
-
Merge branch 'gsl/develop' of https://github.com/NOAA-GSL/fv3atm into…
… GF_RadiationUpdate_RevertAerosols
Configuration menu - View commit details
-
Copy full SHA for 66a31da - Browse repository at this point
Copy the full SHA 66a31daView commit details
Commits on Aug 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 37391a3 - Browse repository at this point
Copy the full SHA 37391a3View commit details
Commits on Aug 18, 2021
-
Update .gitmodules and submodule pointer for ccpp-physics for code re…
…view and testing
Configuration menu - View commit details
-
Copy full SHA for 56ee817 - Browse repository at this point
Copy the full SHA 56ee817View commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fcc7a86 - Browse repository at this point
Copy the full SHA fcc7a86View commit details
Commits on Aug 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 77ecd33 - Browse repository at this point
Copy the full SHA 77ecd33View commit details
Commits on Aug 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cec7cc7 - Browse repository at this point
Copy the full SHA cec7cc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 309a912 - Browse repository at this point
Copy the full SHA 309a912View commit details -
Configuration menu - View commit details
-
Copy full SHA for ba66748 - Browse repository at this point
Copy the full SHA ba66748View commit details -
Merge pull request #4 from climbfuji/tanya_gsl_dev_11aug21_lake_dom
Revert change to .gitmodules and update submodule pointer for ccpp-physics
Configuration menu - View commit details
-
Copy full SHA for 52b38b8 - Browse repository at this point
Copy the full SHA 52b38b8View commit details -
Merge pull request NCAR#105 from tanyasmirnova/gsl_dev_11aug21_lake
Testing Flake model with HRRR and GSD_v0 suites.
Configuration menu - View commit details
-
Copy full SHA for 3c6404a - Browse repository at this point
Copy the full SHA 3c6404aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57d535a - Browse repository at this point
Copy the full SHA 57d535aView commit details
Commits on Aug 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c2424da - Browse repository at this point
Copy the full SHA c2424daView commit details -
Merge branch 'gsl/develop' of https://github.com/NOAA-GSL/fv3atm into…
… GF_RadiationUpdate_RevertAerosols
Configuration menu - View commit details
-
Copy full SHA for aa11e39 - Browse repository at this point
Copy the full SHA aa11e39View commit details -
Merge pull request NCAR#104 from climbfuji/GF_RadiationUpdate_RevertA…
…erosols Gf radiation update revert aerosols
Configuration menu - View commit details
-
Copy full SHA for 9beb0f9 - Browse repository at this point
Copy the full SHA 9beb0f9View commit details -
Merge branch 'gsl/develop' of https://github.com/NOAA-GSL/fv3atm into…
… update_gsl_develop_from_main_20210819
Configuration menu - View commit details
-
Copy full SHA for 043f425 - Browse repository at this point
Copy the full SHA 043f425View commit details
Commits on Aug 26, 2021
-
Revert change to .gitmodules and update submodule pointers for ccpp-p…
…hysics and ccpp-framework
Configuration menu - View commit details
-
Copy full SHA for ced5cde - Browse repository at this point
Copy the full SHA ced5cdeView commit details -
Merge pull request NCAR#106 from climbfuji/update_gsl_develop_from_ma…
…in_20210819 Update gsl develop from develop 2021/08/24
Configuration menu - View commit details
-
Copy full SHA for b335f3a - Browse repository at this point
Copy the full SHA b335f3aView commit details
Commits on Sep 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3f01718 - Browse repository at this point
Copy the full SHA 3f01718View commit details
Commits on Sep 22, 2021
-
Revert change to .gitmodules and update submodule pointers for ccpp-f…
…ramework and ccpp-physics
Configuration menu - View commit details
-
Copy full SHA for 3dadef9 - Browse repository at this point
Copy the full SHA 3dadef9View commit details -
Merge pull request NCAR#108 from climbfuji/update_gsl_develop_from_de…
…velop_20210921 Update gsl/develop from develop 2021/09/21
Configuration menu - View commit details
-
Copy full SHA for 10eaeed - Browse repository at this point
Copy the full SHA 10eaeedView commit details
Commits on Oct 14, 2021
-
Tune clwdet (cloud water detrainment) Make evfact (evaporation factor) and radiation factor scale-aware
Configuration menu - View commit details
-
Copy full SHA for 0f661ab - Browse repository at this point
Copy the full SHA 0f661abView commit details
Commits on Oct 19, 2021
-
Update .gitmodules and submodule pointers for ccpp-framework and ccpp…
…-physics for code review and testing
Configuration menu - View commit details
-
Copy full SHA for f03f84a - Browse repository at this point
Copy the full SHA f03f84aView commit details -
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into upd…
…ate_gsl_develop_from_develop_20211019
Configuration menu - View commit details
-
Copy full SHA for f35a400 - Browse repository at this point
Copy the full SHA f35a400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45910f0 - Browse repository at this point
Copy the full SHA 45910f0View commit details
Commits on Oct 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 98b9206 - Browse repository at this point
Copy the full SHA 98b9206View commit details -
Configuration menu - View commit details
-
Copy full SHA for d871366 - Browse repository at this point
Copy the full SHA d871366View commit details -
Merge branch 'GF_Tune_Oct2021' of https://github.com/hannahcbarnes/fv…
…3atm into hannah_gf_dom
Configuration menu - View commit details
-
Copy full SHA for 811dc67 - Browse repository at this point
Copy the full SHA 811dc67View commit details -
Merge pull request #1 from climbfuji/hannah_gf_dom
Update submodule pointer for ccpp/physics
Configuration menu - View commit details
-
Copy full SHA for fb4f45b - Browse repository at this point
Copy the full SHA fb4f45bView commit details -
Merge pull request NCAR#110 from hannahcbarnes/GF_Tune_Oct2021
GF_Tune_Oct2021
Configuration menu - View commit details
-
Copy full SHA for bf540b0 - Browse repository at this point
Copy the full SHA bf540b0View commit details -
Merge branch 'gsl/develop' of https://github.com/NOAA-GSL/fv3atm into…
… update_gsl_develop_from_develop_20211019
Configuration menu - View commit details
-
Copy full SHA for d9af39b - Browse repository at this point
Copy the full SHA d9af39bView commit details -
Update .gitmodules and submodule pointer for ccpp-physics for code re…
…view and testing
Configuration menu - View commit details
-
Copy full SHA for 8dbb5a7 - Browse repository at this point
Copy the full SHA 8dbb5a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa64c2b - Browse repository at this point
Copy the full SHA fa64c2bView commit details
Commits on Oct 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ef0c510 - Browse repository at this point
Copy the full SHA ef0c510View commit details -
Merge pull request NCAR#112 from climbfuji/joe_mynn_updates_20211020
Updates to MYNN-EDMF in CCPP physics
Configuration menu - View commit details
-
Copy full SHA for 0e6ff3b - Browse repository at this point
Copy the full SHA 0e6ff3bView commit details -
Merge branch 'gsl/develop' of https://github.com/NOAA-GSL/fv3atm into…
… update_gsl_develop_from_develop_20211019
Configuration menu - View commit details
-
Copy full SHA for a6d0025 - Browse repository at this point
Copy the full SHA a6d0025View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ea026f - Browse repository at this point
Copy the full SHA 2ea026fView commit details
Commits on Oct 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c8f3468 - Browse repository at this point
Copy the full SHA c8f3468View commit details -
Merge pull request NCAR#111 from climbfuji/update_gsl_develop_from_de…
…velop_20211019 Update gsl/develop from develop 2021/10/19
Configuration menu - View commit details
-
Copy full SHA for cf009f2 - Browse repository at this point
Copy the full SHA cf009f2View commit details
Commits on Oct 25, 2021
-
Update .gitmodules and submodule pointer for ccpp-physics for code re…
…view aand testing
Configuration menu - View commit details
-
Copy full SHA for 8423117 - Browse repository at this point
Copy the full SHA 8423117View commit details -
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into gsl…
…_develop_update_from_develop_20211025
Configuration menu - View commit details
-
Copy full SHA for e604e31 - Browse repository at this point
Copy the full SHA e604e31View commit details
Commits on Oct 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ce003b4 - Browse repository at this point
Copy the full SHA ce003b4View commit details
Commits on Oct 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 89c1f50 - Browse repository at this point
Copy the full SHA 89c1f50View commit details -
Merge pull request NCAR#113 from climbfuji/gsl_develop_update_from_de…
…velop_20211025 Update gsl/develop from develop 2021/10/25
Configuration menu - View commit details
-
Copy full SHA for fd66c77 - Browse repository at this point
Copy the full SHA fd66c77View commit details
Commits on Nov 1, 2021
-
Update .gitmodules and submodule pointer for ccpp-physics for code re…
…view and testing
Configuration menu - View commit details
-
Copy full SHA for 9eaec46 - Browse repository at this point
Copy the full SHA 9eaec46View commit details
Commits on Nov 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e090b4d - Browse repository at this point
Copy the full SHA e090b4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for af1aeab - Browse repository at this point
Copy the full SHA af1aeabView commit details -
Merge pull request NCAR#115 from climbfuji/tanya_ruclsm_mynnsfclay
CCPP: Bug fixes in MYNN surface layer scheme
Configuration menu - View commit details
-
Copy full SHA for 6c90939 - Browse repository at this point
Copy the full SHA 6c90939View commit details
Commits on Nov 16, 2021
-
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into upd…
…ate_gsl_develop_from_develop_20211116
Configuration menu - View commit details
-
Copy full SHA for 8f96e33 - Browse repository at this point
Copy the full SHA 8f96e33View commit details
Commits on Nov 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 43bb1bd - Browse repository at this point
Copy the full SHA 43bb1bdView commit details -
Merge pull request NCAR#117 from climbfuji/update_gsl_develop_from_de…
…velop_20211116 Update gsl/develop from develop 202/11/17
Configuration menu - View commit details
-
Copy full SHA for 806b3f3 - Browse repository at this point
Copy the full SHA 806b3f3View commit details
Commits on Nov 23, 2021
-
Update .gitmodules and submodule pointer for ccpp-physics for code re…
…view and testing
Configuration menu - View commit details
-
Copy full SHA for 01d9a8c - Browse repository at this point
Copy the full SHA 01d9a8cView commit details
Commits on Nov 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for c5d2aae - Browse repository at this point
Copy the full SHA c5d2aaeView commit details -
Merge pull request NCAR#118 from climbfuji/mike_gsl_develop_SSGWD_bugfix
Update .gitmodules and submodule pointer for ccpp-physics for code re…
Configuration menu - View commit details
-
Copy full SHA for 07ed3e8 - Browse repository at this point
Copy the full SHA 07ed3e8View commit details
Commits on Dec 15, 2021
-
Update .gitmodules and submodule pointer for ccpp-physics for code re…
…view and testing
Configuration menu - View commit details
-
Copy full SHA for dd8b65d - Browse repository at this point
Copy the full SHA dd8b65dView commit details -
Merge branch 'develop' of https://github.com/NOAA-EMC/fv3atm into upd…
…ate_gsl_develop_from_develop_20211215
Configuration menu - View commit details
-
Copy full SHA for 3fdadd4 - Browse repository at this point
Copy the full SHA 3fdadd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff70152 - Browse repository at this point
Copy the full SHA ff70152View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c2f799 - Browse repository at this point
Copy the full SHA 2c2f799View commit details -
Merge pull request NCAR#120 from climbfuji/update_gsl_develop_from_de…
…velop_20211215 Update gsl/develop from develop 2021/12/15
Configuration menu - View commit details
-
Copy full SHA for 1df1fc4 - Browse repository at this point
Copy the full SHA 1df1fc4View commit details
Commits on Feb 15, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 1679dc0 - Browse repository at this point
Copy the full SHA 1679dc0View commit details
Commits on Feb 24, 2022
-
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).
Configuration menu - View commit details
-
Copy full SHA for b76d1fb - Browse repository at this point
Copy the full SHA b76d1fbView commit details
Commits on Mar 8, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 03bfaee - Browse repository at this point
Copy the full SHA 03bfaeeView commit details
Commits on Mar 9, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for b82d5c6 - Browse repository at this point
Copy the full SHA b82d5c6View commit details
Commits on Mar 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ae7feac - Browse repository at this point
Copy the full SHA ae7feacView commit details
Commits on Mar 24, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 036f0b3 - Browse repository at this point
Copy the full SHA 036f0b3View commit details
Commits on Mar 25, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 5d9f221 - Browse repository at this point
Copy the full SHA 5d9f221View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd68016 - Browse repository at this point
Copy the full SHA dd68016View commit details
Commits on Mar 29, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6f60c52 - Browse repository at this point
Copy the full SHA 6f60c52View commit details
Commits on Apr 21, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for ae22dce - Browse repository at this point
Copy the full SHA ae22dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75396de - Browse repository at this point
Copy the full SHA 75396deView commit details
Commits on Apr 22, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ff41d1c - Browse repository at this point
Copy the full SHA ff41d1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20f6731 - Browse repository at this point
Copy the full SHA 20f6731View commit details -
Configuration menu - View commit details
-
Copy full SHA for db3107c - Browse repository at this point
Copy the full SHA db3107cView commit details
Commits on Apr 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 86a111a - Browse repository at this point
Copy the full SHA 86a111aView commit details -
Configuration menu - View commit details
-
Copy full SHA for de62617 - Browse repository at this point
Copy the full SHA de62617View commit details
Commits on Apr 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for de363fe - Browse repository at this point
Copy the full SHA de363feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c60e05 - Browse repository at this point
Copy the full SHA 8c60e05View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbb405c - Browse repository at this point
Copy the full SHA dbb405cView commit details -
Remove some empty _init and _finalize routines and update a comment i…
…n sgscloud_radpre
Configuration menu - View commit details
-
Copy full SHA for dc25f3d - Browse repository at this point
Copy the full SHA dc25f3dView commit details
Commits on Apr 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 45955d0 - Browse repository at this point
Copy the full SHA 45955d0View commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2400711 - Browse repository at this point
Copy the full SHA 2400711View commit details -
Configuration menu - View commit details
-
Copy full SHA for 189806f - Browse repository at this point
Copy the full SHA 189806fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6613803 - Browse repository at this point
Copy the full SHA 6613803View commit details
Commits on May 6, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ba5e9b7 - Browse repository at this point
Copy the full SHA ba5e9b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for fda178f - Browse repository at this point
Copy the full SHA fda178fView commit details -
Configuration menu - View commit details
-
Copy full SHA for da0435f - Browse repository at this point
Copy the full SHA da0435fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ebbcfb7 - Browse repository at this point
Copy the full SHA ebbcfb7View commit details
Commits on May 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 1fc9e5f - Browse repository at this point
Copy the full SHA 1fc9e5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b03c955 - Browse repository at this point
Copy the full SHA b03c955View commit details
Commits on May 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c302ad5 - Browse repository at this point
Copy the full SHA c302ad5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8edf82e - Browse repository at this point
Copy the full SHA 8edf82eView commit details
Commits on May 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for fe30500 - Browse repository at this point
Copy the full SHA fe30500View commit details
Commits on May 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e3a3c7e - Browse repository at this point
Copy the full SHA e3a3c7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 981e49d - Browse repository at this point
Copy the full SHA 981e49dView commit details
Commits on May 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4bf92d9 - Browse repository at this point
Copy the full SHA 4bf92d9View commit details -
Merge branch 'gsl/merge-develop-to-community' of ssh://github.com/Sam…
…uelTrahanNOAA/fv3atm into gsl/merge-develop-to-community
Configuration menu - View commit details
-
Copy full SHA for ee9cb8d - Browse repository at this point
Copy the full SHA ee9cb8dView commit details