-
Notifications
You must be signed in to change notification settings - Fork 7
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
base: main
Are you sure you want to change the base?
UFS-dev PR#184 #132
Commits on Mar 18, 2024
-
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).
Configuration menu - View commit details
-
Copy full SHA for 86b7773 - Browse repository at this point
Copy the full SHA 86b7773View commit details
Commits on Mar 20, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 3c8338c - Browse repository at this point
Copy the full SHA 3c8338cView commit details
Commits on Mar 22, 2024
-
Fix modulefiles for Hera/Rocky8 OS. (ufs-community#2194)
- update module paths in Hera intel/gnu lua files for Rocky8 OS spack-stack libraries.
Configuration menu - View commit details
-
Copy full SHA for 7fdb58c - Browse repository at this point
Copy the full SHA 7fdb58cView commit details
Commits on Mar 27, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for c54e986 - Browse repository at this point
Copy the full SHA c54e986View commit details
Commits on Mar 29, 2024
-
WW3 feature: Langmuir turbulence parameterization (ufs-community#2195)
* WW3 - Langmuir turbulence parameterization
Configuration menu - View commit details
-
Copy full SHA for 87c27b9 - Browse repository at this point
Copy the full SHA 87c27b9View commit details
Commits on Apr 1, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 1411b90 - Browse repository at this point
Copy the full SHA 1411b90View commit details
Commits on Apr 3, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 26e6db6 - Browse repository at this point
Copy the full SHA 26e6db6View commit details
Commits on Apr 4, 2024
-
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)
Configuration menu - View commit details
-
Copy full SHA for 45c8b2a - Browse repository at this point
Copy the full SHA 45c8b2aView commit details
Commits on Apr 11, 2024
-
Add PIO namelist control for CICE (ufs-community#2145)
Update to CICE-Consortium/CICE aca8357. Adds implementation of namelist PIO options for CICE
Configuration menu - View commit details
-
Copy full SHA for 8a5f711 - Browse repository at this point
Copy the full SHA 8a5f711View commit details
Commits on Apr 15, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 281b32f - Browse repository at this point
Copy the full SHA 281b32fView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for ac4445d - Browse repository at this point
Copy the full SHA ac4445dView commit details -
Document ATMW / ATMAERO / HAFS WM configurations (ufs-community#2160)
* UFSWM * doc/Userguide * source * conf.py * Configurations.rst * FAQ.rst * InputsOutputs.rst * Introduction.rst
Configuration menu - View commit details
-
Copy full SHA for 4f32a4b - Browse repository at this point
Copy the full SHA 4f32a4bView commit details
Commits on Apr 17, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 47c0099 - Browse repository at this point
Copy the full SHA 47c0099View commit details
Commits on Apr 19, 2024
-
Update upp submodule (ufs-community#2213)
* UFSWM - Update inline post * FV3 - Update upp submodule for inline post
Configuration menu - View commit details
-
Copy full SHA for 5d2ca19 - Browse repository at this point
Copy the full SHA 5d2ca19View commit details
Commits on May 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f643509 - Browse repository at this point
Copy the full SHA f643509View commit details