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 May 16 ufs-community develop to gsl/develop #138

Commits on Dec 16, 2021

  1. Add ufs driver. Remove NEMS submodule. Update CMEPS. Update CDEPS. Fe…

    …ature/ort addition. (ufs-community#931)
    
    * Add UFS driver, a copy of two fortran files from the NEMS repository. Remove NEMS submodule.
    
    * Update CMEPS for current escomp/master. Implement the ability to write mediator history files for ATM on tiles rather than mesh
    
    * Update CDEPS component. The updated CDEPS includes code updates for GFS v16 data mode.
    
    * Operation requirement test (ORT) for:
      - cpld_control_p7 thread and decomposition tests
      - cpld_bmark_p7 thread and decomposition tests
      - Due to the wave component in these tests, restart and debug do not work
    
    Co-authored-by: Minsuk Ji <57227195+MinsukJi-NOAA@users.noreply.github.com>
    Co-authored-by: Denise Worthen <denise.worthen@noaa.gov>
    Co-authored-by: BinLi-NOAA <bin.li@noaa.gov>
    4 people committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    bc6c5f6 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. fv3atm cap cleanup (ufs-community#954)

    FV3 nuopc cap code cleanup. Remove used code/variables. Fix minor inconsistencies.
    DusanJovic-NOAA committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    c9b399c View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2021

  1. CCPP cloud cover change for Thompson MP associated with Xu Randall, s…

    …everal bug fixes for regression testing scripts (ufs-community#962)
    
    This PR contains code changes 1) to remove old comments in GFS_typedefs.F90, increase cloud cover for Thompson MP by passing convective cloud water mixing ratio to progcld6. 2) Updates for auto fixes
    
    Co-authored-by: Dusan Jovic <dusan.jovic@noaa.gov>
    climbfuji and DusanJovic-NOAA committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    4d613c5 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. ccpp-physics ufs-community#806, #807, ufs-community#813, and ort modi…

    …fications (ufs-community#970)
    
    - CCPP Physics changes: see Wrapper for ccpp-physics ufs-community#806, #807, ufs-community#813, NOAA-EMC/fv3atm#447.
    - UFS weather model changes for ORT updates following changes in Fix Auto-RT on Gaea, Jet and Orion ufs-community#965
    MinsukJi-NOAA committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    18becb9 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. Wrapper for ccpp-physics ufs-community#808 and 816 (roughness length …

    …over ice and NoahMP tsurf bugfix) (ufs-community#971)
    
    * update submodule pointer for regression testing for ccpp-physics ufs-community#808,816: roughness length over ice and NoahMP tsurf bugfix
    * Reduce time step from 600s to 450s for tests control_csawmg and control_csawmg_debug
    
    Co-authored-by: Dom Heinzeller <climbfuji@ymail.com>
    Co-authored-by: climbfuji <dom.heinzeller@icloud.com>
    3 people committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    803e03a View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2021

  1. Use 'model set run clock' routine in FV3 NUOPC cap. (ufs-community#967)

    * Update FV3 cap by adding 'model set run clock' specialization routine. Because FV3 cap does not modify 'Earth clock' anymore in case of a restarted run, that adjustment is now done in the UFS driver.
    * Fix model_configure file for two tests to define `fhrot` parameter.
    DusanJovic-NOAA committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    3d995d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. Revert iovr=4 (exponential cloud overlap method) in RRTMG (ufs-commun…

    …ity#963)
    
    Revert/cleanup iovr=4 in RRTMG per developer's request. The current exponential cloud overlapping method used in RRTMG represents the method used in the pre-2018 operational HWRF model.
    mzhangw committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    8bf5a83 View commit details
    Browse the repository at this point in the history
  2. Add fhzero ort test (ufs-community#977)

    * Fhzero ORT applies to the two tests `control` and `control_p7`
    * Test can be run by invoking, for example, `./opnReqTest -n control -c fhz`
    MinsukJi-NOAA committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    e9155a9 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Add a new CDEPS test to use GSFv16 data mode in CDEPS ,update rt_week…

    …ly.conf and update MOM6 to main branch (20211220) (ufs-community#976)
    
    * add a new cdeps test using GFS data mode
    * update rt_weekly.conf to include cpld_bmark_p7_35d tests
    * update MOM6
    
    Co-authored-by: jiandewang <jiande.wang@noaa.gov>
    binli2337 and jiandewang committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    629be05 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Bug fixes for WAM physics and regression tests, remove duplicate modu…

    …les from ccpp-physics CMakeLists.txt (ufs-community#947)
    
    *adds a new regression test control_wam_debug and fixes problems with the existing control_wam test (e.g. IAER was not set as intended).
    climbfuji committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    538a074 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. Update global inline post for outputting foundation temperature (ufs-…

    …community#968)
    
    Update upp submodule in fv3atm with latest UPP version for outputting foundation temperature and fixing land-sea mask issue in global inline post.
    WenMeng-NOAA committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    58ab0e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Regression test bug fixes for running on Jet or with Rocoto (ufs-comm…

    …unity#981)
    
    * Bug fixes for running on jet or with rocoto
    1. Correctly detect Jet when deciding build job runtimes
    2. Do not delete out and err files in compile & test jobs
    3. Correct dependencies for WW3 in Rocoto
    4. Do not hard-code ACCNR to h-nems
    This PR also contains fv3/ccpp physics (CCPP PR#812) updates that implements a vertically-integrated formula to properly compute tracer column mass and ensure mass conservation for all tracers except TKE. See issue NCAR/ccpp-physics#811 for details
    SamuelTrahanNOAA committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    0f047b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. MYNN sfclay (RAP suite) restart reproducibility (ufs-community#984)

    *This PR turns on the rap_restart tests. Bit-for-bit reproducibility is achieved with the bug fixes for MYNN sfclay in the associated fv3atm and ccpp-physics PRs.
    climbfuji committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    d956727 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

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

Commits on Jan 11, 2022

  1. Radar-derived microphysics temperature tendencies similar to operatio…

    …nal HRRR (ufs-community#986)
    
    This PR 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. Two regression tests are added.
    SamuelTrahanNOAA committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    1eef87e View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

  1. Turn on CICE albedo use by ATM for coupled model; update Prototype te…

    …st suite to initial P8 configuration; (ufs-community#944)
    
    * add updates for suites, tests for initial P8 configuration
    * add IOPT_SFC=3 as default; set IOPT_SFC=1 in p7 tests
    * change min_seaice to 1e-6; set to 1e-11 in p7 tests
    * set dddmp=0.1 in both P7 and P8. This matches the final
    P7 configuration. It will change P7 baselines.
    * set cdmbwd in both P7 and P8 to the final P7 configuration.
    (1.0,2.2,1.0,1.0) for all resolutions. It will change P7 baselines.
    * add dusan's ecflow fix for wcoss2
    * update FV3 with Moorthis' snod fix
    * update rt_weekly to use p8 tests
    * change integration length to 5 days
    DeniseWorthen committed Jan 13, 2022
    Configuration menu
    Copy the full SHA
    7246c09 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Thompson MP cloud tuning (ufs-community#1005)

    * improves cloud fraction when using Thompson MP. See NCAR/ccpp-physics#809 for more details.
    grantfirl committed Jan 18, 2022
    Configuration menu
    Copy the full SHA
    937004a View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. Add a new HAFS regression test with Thompson MP and GFDL surface laye…

    …r schemes and Corrected S4 template regression testing job card (ufs-community#995)
    
    * Added a new regression test for HAFS. 
    * Fixed the S4 RT template job card.
    
    Co-authored-by: David Huber <david.huber@noaa.gov>
    Co-authored-by: Bin Liu <Bin.Liu@noaa.gov>
    3 people committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    a79a7ca View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2022

  1. CCPP: Update consistency checks and effective radii calculation for T…

    …hompson MP (ufs-community#1000)
    
    This PR contains changes in ccpp-physics (Update consistency checks and effective radii calculation for Thompson MP) and adds two new regression tests for both Intel and GNU that use the new prognostic cloud scheme progcld_thompson with GFS v16 and with RAP. The new cloud scheme is activated by setting icloud == 3 in input.nml.
    climbfuji committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    a231869 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2022

  1. Rremove nems_datm related code, update CDEPS, and remove run director…

    …ies that are no longer needed by other tests (ufs-community#1008)
    binli2337 committed Jan 21, 2022
    Configuration menu
    Copy the full SHA
    18cfa16 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Add fhzero ort to coupled tests (ufs-community#1009)

    * Add fhz ort to cpld tests
    * Set ACCNR in rt.sh, not detect_machine.sh. Add some comments explaining where the variable should not be set or used.
    
    Co-authored-by: Samuel Trahan <Samuel.Trahan@noaa.gov>
    MinsukJi-NOAA and SamuelTrahanNOAA committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    467bad3 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Unified write_netcdf, add single file 'cubed_sphere_grid' output (ufs…

    …-community#1011)
    
    * Unify write_netcdf and write_netcdf_parallel modules.
    * Add support for writing 'cubed_sphere_grid' history files in a single netcdf file.
    DusanJovic-NOAA committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    cf16bc4 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Change standard name and unit of CCPP error flag variable in CCPP fra…

    …mework and physics (ufs-community#1013)
    
    * updates the submodule pointers for fv3atm, ccpp-framework and ccpp-physics for:  Change standard name and unit of CCPP error flag variable in CCPP framework and physics.
    climbfuji committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    4604d70 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. ESMF managed threading (ufs-community#1018)

    Add code updates to enable the ESMF managed threading in UFS.
    
    
    Co-authored-by: Gerhard Theurich <gerhard.j.theurich@noaa.gov >
    junwang-noaa and theurich committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    bce0ff3 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. sync-ww3 (ufs-community#1026)

    * sync with ww3 develop branch
    aliabdolali committed Jan 28, 2022
    Configuration menu
    Copy the full SHA
    7131138 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. Revisions to repair iovr=5 cloud overlap option (ufs-community#1025)

    * This PR addresses part 2 of issue ufs-community#748 to activate the exponential-random cloud overlap method (iovr=5) in RRTMG. RT tests were added for  iovr=4 and iovr=5 options
    * change iovr to use the environment variable in control.nml.IN; modify all tests that use control.nml.IN to set env. var. iovr=3 (except for new tests); remove restart files from new tests
    grantfirl committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    4682914 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. 2D decomposition on write grid, bug fix in FV3GFS_IO.F90, and quad pr…

    …ecision in stochastic physics (ufs-community#1028)
    
    - The 2D decomposition is enabled on write grid component.
    - FV3atm PR NOAA-EMC/fv3atm#468 from @MicroTed 
    - stochastic physics PR NOAA-PSL/stochastic_physics#53 from Dom.
    
    Co-authored-by: Ted Mansell <ted.mansell@noaa.gov>
    Co-authored-by: Dom Heinzeller <heinzell@ucar.edu>
    3 people committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    7b24880 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Update CMEPS for wave coupling (ufs-community#1034)

    * add run phases to allow waves to run in the slow loop
    * re-order hafs wave test
    * update aliases in fd_nems.yaml
    * update CMEPS to prevent advertise conflicts when s2sw is
    still using connectors
    * add correct masking variables to hafs nems.configure files
    DeniseWorthen committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    14a76ad View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

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

Commits on Feb 8, 2022

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

Commits on Feb 10, 2022

  1. Update esmf 821b04 (ufs-community#1041)

    * Update the version of ESMF library to 8.2.1b04
    * Add the write group lon info for upp 2d decomposition test.
    DusanJovic-NOAA committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    cad761d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Multiple output (nested) grids from fv3atm (ufs-community#1044)

    Update fv3atm to support writing multiple history files for parent and nested domains.
    Nested HAFS regression tests were updated to write out history files from all nested domains.
    
    Co-authored-by: Bin Liu <bin.liu@noaa.gov>
    DusanJovic-NOAA and BinLiu-NOAA committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    dce9936 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

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

Commits on Feb 22, 2022

  1. Enable Thompson microphysics with UFS-Aerosols and update GOCART (ufs…

    …-community#1049)
    
    This update allows the Thompson microphysics scheme to be used with prognostic aerosols (UFS-Aerosols) and updates GOCART to version 2.0.2.
    rmontuoro committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    9bd6397 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    e593349 View commit details
    Browse the repository at this point in the history
  2. Update CICE; add support for restart test when running single RT (was…

    … PR 1058); update MOM6 (was PR 1060) (ufs-community#1045)
    
    
    * update cice
    * (1) pointing MOM6 to testing branch (MOM6 main repo PR: mom-ocean/MOM6#1556 (comment))
        (2) add three new files in mom_cmake file
                core/MOM_porous_barriers.F90
                external/drifters/MOM_particles.F90
                external/drifters/MOM_particles_types.F90
        (3) explicitly set in MOM_input for all resolutions to reflect the default value changes in code to retain answer
            EPBL_MLD_BISECTION = True (default changed from T to F in this MOM6 PR)
            INTERNAL_WAVE_SPEED_BETTER_EST = False (default changed from F to T in this MOM6 PR)
            note BBL_USE_EOS now set to use the value of USE_EOS in this MOM6 PR,
            but we set BBL_USE_EOS explicit so it has no impact
    
    * remove duplicated CHL input setting in MOM_input_template_050
    * add support for restart tests while running single RT
    DeniseWorthen committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    92c9d4f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. lateral boundary fix for regional runs (ufs-community#1050)

    This PR fixes a transient increase in noise caused by incorrect processing of winds along the lateral boundary on the final acoustic time step before fresh boundary information is ingested into the model.
    MatthewPyle-NOAA committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    34a5895 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. Feature: NSSL Microphysics support (ufs-community#1032)

    * add new RT that uses NSSL MP; add new NSSL vars to default_vars.sh and rap.nml.IN; add new field table for using NSSL MP with hail on
    grantfirl committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    38aa634 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. p8b (with aerosols) (ufs-community#1071)

    updates all p8 tests to the p8b settings, which includes GOCART
    
    Co-authored-by: Raffaele Montuoro <raffaele.montuoro@noaa.gov>
    JessicaMeixner-NOAA and rmontuoro committed Mar 10, 2022
    Configuration menu
    Copy the full SHA
    9b6b740 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2022

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

Commits on Mar 14, 2022

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

Commits on Mar 16, 2022

  1. CMAKE for WW3 (ufs-community#1089)

    * Use WW3 CMake build
    
    Co-authored-by: kgerheiser <kgerheiser@icloud.com>
    JessicaMeixner-NOAA and kgerheiser committed Mar 16, 2022
    Configuration menu
    Copy the full SHA
    e028578 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Add 'valid time' variable using ISO string format (ufs-community#1073)

    * Require cmake version 3.19
    * Update FV3:
       - Add 'valid time' variable using ISO string format to netcdf history files.
       - Use double precision variable to set value of 'time' attribute in wrt comp import state
       - Update ccpp/physics (setting surface-related interstitial variables for SCM prescribed-surface-flux mode)
       - Update inline_post_stub.F90 subroutine interfaces to match inline_post.F90
    DusanJovic-NOAA committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    d1f2ded View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Add hi-res regional test on small domain (ufs-community#1084)

    * Add hi-res regional test on small domain
    RatkoVasic-NOAA committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    0a685fd View commit details
    Browse the repository at this point in the history
  2. Fix Lambert Conformal Conic mapping in the write component on the sou…

    …thern hemisphere (ufs-community#1087)
    
    * Subroutine `lambert` in the FV3 write component has been fixed to do the mapping on the southern hemisphere correctly.
    * CI fix
      - Docker container library updated. CI input data updated. Add chm_petlist_bounds.
      - Change gocart output file name for debug test
      - Changes for opnReqTest to also scan rt_gnu.conf
      - Change CI tests to noaero
    
    Co-authored-by: Minsuk Ji <57227195+MinsukJi-NOAA@users.noreply.github.com>
    DusanJovic-NOAA and MinsukJi-NOAA committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    af1e026 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Rectify total number of Thompson MP species and add UFS-Aerosols to S…

    …2S and S2SW (ufs-community#1118)
    
    * Rectify total number of Thompson MP species
    * Implement S2SWA/S2SA build app as the only one enabling prognostic aerosols in fully coupled model.
    * Update output_fh documentation.
    rmontuoro committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    1bd68ca View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Add a cdeps test and update mom6, fv3, and weekly tests (ufs-communit…

    …y#1136)
    
    Co-authored-by: jiandewang <jiande.wang@noaa.gov>
    Co-authored-by: WenMeng-NOAA <48260754+WenMeng-NOAA@users.noreply.github.com>
    Co-authored-by: DusanJovic-NOAA <dusan.jovic@noaa.gov>
    4 people committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    a46c7ed View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

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

Commits on Mar 26, 2022

  1. Update fms to 2021.04 (ufs-community#1135)

    * Update fms to 2021.04
    * Add RT for ocean IAU
    * Update documentation
    
    Co-authored-by: Phil Pegion <38869668+pjpegion@users.noreply.github.com>
    Co-authored-by: Jun Wang <37633869+junwang-noaa@users.noreply.github.com>
    3 people committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    d4cfac8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. land surface upgrades for p8 (ufs-community#1095)

    * reset the Noah-MP default options for those well tested
    HelinWei-NOAA committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    8ce7e18 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

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

Commits on Mar 31, 2022

  1. Update ESMF to version 8.3.0bs09 (ufs-community#1146)

    * Update ESMF to version 8.3.0b09
    * Increase wall clock limit for tests/regional_3km to 15 min
    * Update AutoRT to use tfe01 ecflow node on Jet
    * Updated Cheyenne baseline epicufsrt path
    * Updated Cheyenne epicufsrt hpc-stack build
    
    Co-authored-by: JONG KIM <jong.kim@noaa.gov>
    Co-authored-by: Brian Curtis <brian.curtis@noaa.gov>
    3 people committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    6b1787f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aec234c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7f8216 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. release/p8c: updated the TKE-EDMF PBL and saSAS cumulus scheme plus b…

    …ug fix for the Thompson scheme (issue ufs-community#881) (ufs-community#1120)
    
    * release/p8c: it is related to ccpp-physics PBL and cumulus updates plus a bug fix to the Thompson scheme
    ChunxiZhang-NOAA committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    7c23151 View commit details
    Browse the repository at this point in the history
  2. Bring AQM model into UFS & Update MOM6 mixed FMS (ufs-community#1137)

    * Add AQM submodule to integrate NOAA's Air Quality Model embedding
    the U.S. EPA Community Multiscale Air Quality Model (CMAQ).
    
    * MOM6: An alternate fix to class(*) issues with FMS 2022-01
    
    Co-authored-by: Raffaele Montuoro <raffaele.montuoro@noaa.gov>
    Co-authored-by: jiandewang <jiande.wang@noaa.gov>
    3 people committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    96dffa1 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Radiation changes for prototype 8 (ufs-community#1090)

    * New feature in RRTMGP enabled ccpp-physics.
    * Updated physics. New FV3 interstitials.
    * Cleanup of RRTMGP regression tests.
    * Replaced cld_mynn_ naming convention with cld_pbl_
    * Some more cleanup of cloud-fraction...
    * Pulled in Qingfu's changes to ccpp-physics
    * New RT's for RRTMGP p8. Revert change in ccpp-physics
    * Changed arguments to implied shape. in ccpp-physics
    * Updated RRTMGP regression tests
    * Changes to FV3/ccpp-physics.
    * RRTMGP RT cleanup, again. Bug-fix in FV3/ccpp-physics
    * Revert changes to names in FV3/ccpp-physics
    * Cleanup p8 tests.
    * More RT cleanup for p8.
    * Add GP setting to non-coupled p8 tests.
    * Added bounding to temperature at layer-interface used by RRTMGP.
    * Reorder loop
    * Combined gp sw and lw aerosol routines. Modest speedup (~4%). Add GP setting to test setup.
    * Add GP settings to cpld_control_c96_noaero_p8 test.
    * update test resources default_vars.sh
    dustinswales committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    1834d5a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2022

  1. HAFS moving-nesting related developments (ufs-community#1104)

    * Add the storm-following or specified moving-nesting capability for both the regional and global configuration.
    * Expand the UFS/HAFS FV3ATM-HYCOM ocean coupling to support the static and moving nesting configuration.
    * Expand the write grid component to support outputting the moving nest domain properly.
    * Five HAFS related moving-nesting regression tests are added to test these newly added features. The regional_hafs RT was removed.
    
    Co-authored-by: Daniel Rosen <daniel.rosen@noaa.gov>
    Co-authored-by: Ufuk Turuncoglu <ufuk.turuncoglu@noaa.gov>
    Co-authored-by: uturuncoglu <turuncu@ucar.edu>
    Co-authored-by: Dusan Jovic <dusan.jovic@noaa.gov>
    Co-authored-by: William Ramstrom <William.Ramstrom@noaa.gov>
    Co-authored-by: A-Kyle <kyle.ahern@noaa.gov>
    7 people committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    c2e6b22 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2022

  1. fv3atm: Split GFS_typedefs.F90, rename CCPP_interstitial, import ccpp…

    …_t from ccpp_types; contains bug fix for WW3 debug (ufs-community#1130)
    
    
    Co-authored-by: Jessica Meixner <Jessica.Meixner@noaa.gov>
    climbfuji and JessicaMeixner-NOAA committed Apr 12, 2022
    Configuration menu
    Copy the full SHA
    cb84926 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Close MOM6 1deg at j=1; Update input-data for P8c (ufs-community#909)

    * update all tests using 1deg MOM6/CICE6
    * pre-pend ufs to existing topo edits filename when
    creating the new file
    * update input-data directory
    DeniseWorthen committed Apr 18, 2022
    Configuration menu
    Copy the full SHA
    d334a60 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Fix uninitialized min_rand variable in Thompson MP when using SPP (uf…

    …s-community#1152)
    
    * Updates to stochastic_physics and fv3 and CI
    JeffBeck-NOAA committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    88fed2b View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

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

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    5abaed5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    587f21a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    37e8407 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6e4b4c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd65c87 View commit details
    Browse the repository at this point in the history
  6. merge rt.sh changes

    SamuelTrahanNOAA committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    d0fa1d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af08a3a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a651651 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

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

Commits on Apr 26, 2022

  1. Configuration menu
    Copy the full SHA
    c09a15b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    39bae17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    24d51dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9cb3cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fa72f5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df1f837 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9fb8421 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c93f32f View commit details
    Browse the repository at this point in the history
  9. Jet tests passed

    SamuelTrahanNOAA committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    825454f View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Configuration menu
    Copy the full SHA
    05034b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49b5971 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96ad236 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a56c728 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9c56bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a66584 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Feature/lndp noahmp2 : add land perturbation scheme for Noah-MP fract…

    …ional veg (ufs-community#1143)
    
    Updates to allow land perturbation scheme to be applied for Noah-MP. Currently, for Noah-MP model parameters can perturb only vegetation fraction.
    
    Main code changes:
    -added lsm_noahmp model option to lndp_type==2 land perturbation scheme (fv3-atm, stochastic_physics)
    -updated comments
    -cleaned up the namelists to make the different options clearer. Removed misleading lndp_each_step variable from gfs_physics_nml, and replaced it with "lndp_model_type" in the nam_sfcperts namelist for the different forecast types (cycling DA, short forecasts, perturbing only initial conditions) (fv3-atm, stochastic_physics, ufs-weather-model)
    NOTE: see note below, re: specification of smc perturbation for RAP/HRRR/etc (lndp_model_type==2)
    -revised code in stochastic_physics_wrapper to only allocate arrays that will be used when passed into lndp_apply_perts (fv3-atm)
    -deleted unused albedo arrays in stochastic_physics_wrapper and lndp_apply_perts (fv3-atm, stochastic_physics)
    -fixed bug causing precision errors when calculating the soil moisture ice content (often ~0.0; stochastic_physics)
    -fixed bug in which lndp_apply_perts wasn't called for nscyc = 0. (fv3-atm)
    -increased max_nvar_lndp at Jeff Ator's request (fv3-atm)
    -added a new test for the Noah-MP and lndp==2 combination (ufs-weather-model)
    ClaraDraper-NOAA committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    9bf10ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c60febb View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Update CDEPS component, add hailcast code in FV3/atmos_cubed_sphere a…

    …nd reduce wall clock time used for the cpld_control_c192_p8 test on Jet (ufs-community#1156)
    
    Co-authored-by: Yunheng Wang
    binli2337 committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    dedf86c View commit details
    Browse the repository at this point in the history

Commits on May 2, 2022

  1. Update CMEPS; Add gocart userguide (was ufs-community#1182) (ufs-comm…

    …unity#1189)
    
    
    * Update CMEPS submodule
    * Add GOCART documentation
    
    Co-authored-by: Li Pan <Li.Pan@noaa.gov>
    DeniseWorthen and lipan-NOAA committed May 2, 2022
    Configuration menu
    Copy the full SHA
    07edf4c View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Combine PROD and REPRO build options into 'Release' build type (ufs-c…

    …ommunity#1171)
    
    Combined PROD and REPRO build modes into 'Release' build type. Now only 'Debug' and 'Release' build type are supported.
    Both build types must produce bit-for-bit reproducible outputs using different number of threads, mpi tasks, different domain decomposition, have reproducible restarts etc.
    DusanJovic-NOAA committed May 3, 2022
    Configuration menu
    Copy the full SHA
    846f0e4 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Unify inline post interfaces (ufs-community#1181)

    * replace pwatclm to pwat in the all diag tables under tests/parm/diag_table.
    WenMeng-NOAA committed May 5, 2022
    Configuration menu
    Copy the full SHA
    f09e45b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36df1c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    354c688 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    caad347 View commit details
    Browse the repository at this point in the history
  5. Hera tests passed.

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

Commits on May 6, 2022

  1. Configuration menu
    Copy the full SHA
    3fbe88a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c59d3c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61e574d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2576bb5 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Configuration menu
    Copy the full SHA
    4e0dce6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ab6890 View commit details
    Browse the repository at this point in the history
  3. Updated settings for NoahMP, Thompson and RRTMGP in RTs (ufs-communit…

    …y#1196)
    
    * add NoahMP opt_trs to namelist
    * Updated namelist settings related to NoahMP scheme, Thompson scheme and RRTMGP (issue ufs-community#1173 and ufs-community#1185)
    * Updated some namelist settings and add/remove some RTs related to RRTMGP
    ChunxiZhang-NOAA committed May 9, 2022
    Configuration menu
    Copy the full SHA
    0ee3448 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Compute petlist bounds for each subcomponent from number of tasks. Up…

    …date CICE (ufs-community#1200)
    
    * Instead of specifying petlist bounds (lower and upper bound), compute them using the number of tasks for each component. The function that computes petlist bounds assumes that the mediator always runs on the same tasks as ATM component, and that the Chemistry component also always runs on the same tasks as ATM.
    * Update CICE submodule (@DeniseWorthen)
    
    Co-authored-by: Minsuk Ji <57227195+MinsukJi-NOAA@users.noreply.github.com>
    DusanJovic-NOAA and MinsukJi-NOAA committed May 10, 2022
    Configuration menu
    Copy the full SHA
    38f4f6a View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

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

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

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    a895715 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c402b8b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acd867f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. merge develop

    SamuelTrahanNOAA committed May 13, 2022
    Configuration menu
    Copy the full SHA
    d99b371 View commit details
    Browse the repository at this point in the history
  2. merge remote branch

    SamuelTrahanNOAA committed May 13, 2022
    Configuration menu
    Copy the full SHA
    5c31491 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6e63c1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18333c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    840a10e View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

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

    …uelTrahanNOAA/ufs-weather-model into gsl/merge-develop-to-community
    SamuelTrahanNOAA committed May 16, 2022
    Configuration menu
    Copy the full SHA
    3181eae View commit details
    Browse the repository at this point in the history
  5. [AutoRT] hera.gnu Job Completed.

    on-behalf-of @ufs-community <brian.curtis@noaa.gov>
    BrianCurtis-NOAA committed May 16, 2022
    Configuration menu
    Copy the full SHA
    e41e887 View commit details
    Browse the repository at this point in the history
  6. [AutoRT] hera.intel Job Completed.

    on-behalf-of @ufs-community <brian.curtis@noaa.gov>
    BrianCurtis-NOAA committed May 16, 2022
    Configuration menu
    Copy the full SHA
    3b29b2f View commit details
    Browse the repository at this point in the history
  7. [AutoRT] cheyenne.intel Job Completed.

    on-behalf-of @ufs-community <brian.curtis@noaa.gov>
    BrianCurtis-NOAA committed May 16, 2022
    Configuration menu
    Copy the full SHA
    008e505 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    49ad855 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0cccb04 View commit details
    Browse the repository at this point in the history
  10. [AutoRT] gaea.intel Job Completed.

    on-behalf-of @ufs-community <brian.curtis@noaa.gov>
    BrianCurtis-NOAA committed May 16, 2022
    Configuration menu
    Copy the full SHA
    cde74a7 View commit details
    Browse the repository at this point in the history
  11. [AutoRT] cheyenne.gnu Job Completed.

    on-behalf-of @ufs-community <brian.curtis@noaa.gov>
    BrianCurtis-NOAA committed May 16, 2022
    Configuration menu
    Copy the full SHA
    9af7a6e View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Orion RT Passed

    BrianCurtis-NOAA committed May 17, 2022
    Configuration menu
    Copy the full SHA
    97f6330 View commit details
    Browse the repository at this point in the history
  2. [AutoRT] jet.intel Job Completed.

    on-behalf-of @ufs-community <brian.curtis@noaa.gov>
    BrianCurtis-NOAA committed May 17, 2022
    Configuration menu
    Copy the full SHA
    a24d067 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63635ae View commit details
    Browse the repository at this point in the history
  4. Unconfuse git

    SamuelTrahanNOAA committed May 17, 2022
    Configuration menu
    Copy the full SHA
    67b3a8a View commit details
    Browse the repository at this point in the history
  5. merge gsl institutional fork (ufs-community#1195)

    Merge in GSL institutional fork.
    SamuelTrahanNOAA committed May 17, 2022
    Configuration menu
    Copy the full SHA
    5c2d1a9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f776528 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7ac3c70 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    909ff22 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fa0039d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    877b783 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. Configuration menu
    Copy the full SHA
    b91dadc View commit details
    Browse the repository at this point in the history
  2. hera.intel passed

    SamuelTrahanNOAA committed May 18, 2022
    Configuration menu
    Copy the full SHA
    2bef871 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da6e97f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b47ad59 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b14db7a View commit details
    Browse the repository at this point in the history