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 NOAA-EMC develop into gsl/develop #126

Merged

Commits on Dec 16, 2021

  1. Feature/ccpp codeowners (NOAA-EMC#442)

    * Per-file CODEOWNERS in ccpp/physics to set up automatic review requests
    SamuelTrahanNOAA committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    eb463bc View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Code cleanup. Remove used code/variables. Fix minor inconsistencies. (N…

    …OAA-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
    DusanJovic-NOAA committed Dec 17, 2021
    Configuration menu
    Copy the full SHA
    6c27fdb 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 (N…

    …OAA-EMC#443)
    
    * Remove old comments from GFS_typedefs.F90.
    * Update logic that sets Model%cnvcld = .false.
    climbfuji committed Dec 20, 2021
    Configuration menu
    Copy the full SHA
    71f27b2 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Wrapper for ccpp-physics NOAA-EMC#806, NOAA-EMC#807, NOAA-EMC#813 (NO…

    …AA-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)
    grantfirl committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    85b1a90 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2021

  1. 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".
    grantfirl committed Dec 23, 2021
    Configuration menu
    Copy the full SHA
    8afe51e 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. (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.
    DusanJovic-NOAA committed Dec 27, 2021
    Configuration menu
    Copy the full SHA
    96a2554 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2021

  1. 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.
    mzhangw committed Dec 28, 2021
    Configuration menu
    Copy the full SHA
    42dd808 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Bug fix for dimensions of eta level variables and WAM variables in Fo…

    …rtran code and CCPP metadata (NOAA-EMC#431)
    
    * Add additional diagnostic arrays for radiation-microphysics development
    * Bug fixes for WAM model runs with levr < levs
    climbfuji committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    9ab2847 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. 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.
    WenMeng-NOAA committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    edcdfc5 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Wrapper for ccpp-physics NOAA-EMC#812 (NOAA-EMC#453)

    * update submodule pointer for regression testing of ccpp-physics#812
    grantfirl committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    8198cee View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. 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 <denise.worthen@noaa.gov>
    climbfuji and DeniseWorthen committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    7eb0ee2 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. 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
    SMoorthi-emc committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    c2f06d5 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 (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
    SamuelTrahanNOAA committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    9038ef7 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2022

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

Commits on Jan 18, 2022

  1. Thompson MP cloud tuning (NOAA-EMC#463)

    *  Improve 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
    500ceaa View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2022

  1. 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.
    ChunxiZhang-NOAA committed Jan 19, 2022
    Configuration menu
    Copy the full SHA
    f1a35e1 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 (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)
    climbfuji committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    12a5441 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 (NOA…

    …A-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.
    DusanJovic-NOAA committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    83ea4a2 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 (NOAA-EMC#467)
    
    *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
    a9e7909 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Add code to enable ESMF managed threading (NOAA-EMC#469)

    * Implement ESMF-managed-threading for fcstComp and wrtComp's.
    junwang-noaa committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    4e43229 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 (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.
    grantfirl committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    23b7dd3 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. 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 <ted.mansell@noaa.gov>
    junwang-noaa and MicroTed committed Feb 2, 2022
    Configuration menu
    Copy the full SHA
    6901981 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

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

Commits on Feb 8, 2022

  1. 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.
    grantfirl committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    33efbc9 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

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

Commits on Feb 15, 2022

  1. 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 <theurich@sourcespring.net>
    DusanJovic-NOAA and theurich committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    9929dcd View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

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

Commits on Feb 22, 2022

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

Commits on Feb 23, 2022

  1. Add support for Stochastically Perturbed Parameterizations (SPP) in F…

    …V3 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.
    JeffBeck-NOAA committed Feb 23, 2022
    Configuration menu
    Copy the full SHA
    bc562d7 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    ae438f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b60f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fb75df View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2022

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

Commits on Mar 8, 2022

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