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

UFS-dev PR#184 #132

Open
wants to merge 15 commits into
base: main
Choose a base branch
from
Open

UFS-dev PR#184 #132

wants to merge 15 commits into from

Commits on Mar 18, 2024

  1. Updates of ccpp-framework and ccpp-physics (merge ccpp-framework feat…

    …ure/capgen into main/20240308) Combined PR ufs-community#2190 (ufs-community#2181)
    
    * FV3 - Update submodule pointers for ccpp-framework and ccpp-physics. Change units flashes 5 min-1 to flashes min-1 and update long name to make clear this is per 5 minutes.
        * ccpp-physics - In physics/Interstitials/UFS_SCM_NEPTUNE/maximum_hourly_diagnostics.meta: change units flashes 5 min-1 to flashes min-1 and update long name to make clear this is per 5 minutes.
        * ccpp-framework - Update main from feature/capgen as of 2024-03-08 (includes optional argument updates in feature/capgen). Only commit on top of the merge is NCAR/ccpp-framework@6cdd38a which is required to parse the metadata in the Unified Forecast System / ccpp-physics (underscores in units, e.g. degree_north).
    climbfuji authored Mar 18, 2024
    Configuration menu
    Copy the full SHA
    86b7773 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Fix type mismatch compiler error when gfortran 10 is used without '-f…

    …allow-argument-mismatch' flag (ufs-community#1147)
    
    * UFSWM - Fix type mismatch compiler error when gfortran 10 is used without '-fallow-argument-mismatch' flag.
      * FV3 - Fix type mismatch compiler error when gfortran 10 is used without '-fallow-argument-mismatch' flag.
        * ccpp-physics - Resolve various subroutine argument mismatches.
        * ccpp-framework - Add support to use mpi_f08 MPI module .
      * stochastic_physics - Fix type mismatch compiler error when gfortran 10 is used without '-fallow-argument-mismatch' flag.
    DusanJovic-NOAA authored Mar 20, 2024
    Configuration menu
    Copy the full SHA
    3c8338c View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Fix modulefiles for Hera/Rocky8 OS. (ufs-community#2194)

    - update module paths in Hera intel/gnu lua files for Rocky8 OS spack-stack libraries.
    RatkoVasic-NOAA authored Mar 22, 2024
    Configuration menu
    Copy the full SHA
    7fdb58c View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. regression test system bug fixes, eliminate MOM6 warnings (ufs-commun…

    …ity#2197), add xr_cnvcld flag to FV3 (ufs-community#2185) (ufs-community#2202)
    
    * UFSWM - atparse.bash: correctly handle input that doesn't end with an end-of-line character. Fix some bugs in Rocoto support and clean up rt.sh.
      * FV3 - namelist flag xr_cnvcld to control if suspended grid-mean convective cloud condensate should be included in cloud fraction and optical depth calculation in radiation in the GFS suite
        * ccpp - physics-level changes to implement new namelist variable
      * MOM6 - update MOM6 code to eliminate all compiler warnings
    SamuelTrahanNOAA authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c54e986 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. WW3 feature: Langmuir turbulence parameterization (ufs-community#2195)

      * WW3 - Langmuir turbulence parameterization
    MatthewMasarik-NOAA authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    87c27b9 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Update module_write_netcdf to avoid hangs in RRFS runs (ufs-community…

    …#2193)
    
    * UFSWM - Update module_write_netcdf to avoid hangs in RRFS runs
      * FV3 - Update module_write_netcdf to avoid hangs in RRFS runs
    DusanJovic-NOAA authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    1411b90 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Enable cpl_scalars export from ATM and NoahMP for use by CMEPS (ufs-c…

    …ommunity#2175)
    
      * CMEPS - allow additional dimension in cpl_scalars for CSG and regional ATM domains for use in mediator history files 
      * CMEPS - fix mapping mask for lnd->atm
      * FV3 - add export of cpl_scalars
      * NOAHMP - add export of cpl_scalars
    DeniseWorthen authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    26e6db6 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Hotfix/cubed sphere hash fix: HAILCAST diagnostic code (units issue) (u…

    …fs-community#2223)
    
    cubed_sphere hash update: f060e85 for a bug- fix in the HAILCAST diagnostic code (units issue)
    jkbk2004 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    45c8b2a View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Add PIO namelist control for CICE (ufs-community#2145)

    Update to CICE-Consortium/CICE aca8357. Adds implementation of namelist PIO options for CICE
    DeniseWorthen authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    8a5f711 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. bug fixes: kchunk3d ignored, hailwat uninitialized in dycore, tile_nu…

    …m wrong for nests (ufs-community#2201)
    
    * UFSWM - None.
      * FV3 - Write component will use kchunk3d. Model init sends the right tile number to CCPP.
        * atmos_cubed_sphere - Initialize the hailwat variable. Pass global_tile index to model.
    SamuelTrahanNOAA authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    281b32f View commit details
    Browse the repository at this point in the history
  2. Bump idna from 3.6 to 3.7 in /doc/UsersGuide (ufs-community#2234)

    *doc/UserGuide
       *requirements.txt - updates inda version from 3.6 to 3.7
    dependabot[bot] authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ac4445d View commit details
    Browse the repository at this point in the history
  3. Document ATMW / ATMAERO / HAFS WM configurations (ufs-community#2160)

    * UFSWM 
      * doc/Userguide
        * source
          * conf.py
          * Configurations.rst
          * FAQ.rst
          * InputsOutputs.rst
          * Introduction.rst
    rickgrubin-tomorrow authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4f32a4b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Add bash linting to CI. Cleanup .sh scripts a bit. Address .sh bugs. …

    …Adds -v Verbose option. (ufs-community#2218)  Remove nowarn Intel compiler flag (ufs-community#2225)
    
    * UFSWM
    - Add bash linting to CI:
      - uses superlinter to check for consistent bash code writing
    - Cleans up .sh scripts to comply with superlinter
    - Cleans up .sh scripts to be more consistent, easier to read.
    - Add's -v verbose option if debugging outputs needed, otherwise simplifies rt.sh run echo's.
    - Addresses smaller bugs
      - quota/timeout search logic adjusted.
      - check for dirs existing (DISKNM, STMP, PTMP) before starting.
      - adjustments/cleanup to ecflow/rocoto sections
      - rt.sh will attempt to start ecflow, and only stop ecflow if it started from rt.sh.
      - fix for issue where run_dir will not delete properly.
    * FV3: Address compiler warnings
      * atmos_cubed_sphere: Address compiler warnings.
    BrianCurtis-NOAA authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    47c0099 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2024

  1. Update upp submodule (ufs-community#2213)

    * UFSWM - Update inline post
      * FV3 - Update upp submodule for inline post
    WenMeng-NOAA authored Apr 19, 2024
    Configuration menu
    Copy the full SHA
    5d2ca19 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

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