Skip to content

Commit

Permalink
Sixth reconciliation PR from production/RRFS.v1 + FV3 CCPP: wet() bug…
Browse files Browse the repository at this point in the history
… fix and workaround for bad tsfco ufs-community#2572 (ufs-community#2529)

* UFSWM - Provides a set of changes changes needed to take advantage of FMS parallel IO changes; adds a new diagnostic, instantaneous downward shortwave flux at the surface assuming clear-sky conditions
  * FV3 - Provides a set of changes changes needed to take advantage of FMS parallel IO changes; adds a new diagnostic, instantaneous downward shortwave flux at the surface assuming clear-sky conditions
    * ccpp-physics - adds a new diagnostic, instantaneous downward shortwave flux at the surface assuming clear-sky conditions
    * ccpp-physics - wet() bug fix and workaround for bad tsfco
    * atmos_cubed_sphere - Provides a set of changes changes needed to take advantage of FMS parallel IO changes

---------

Co-authored-by: Samuel Trahan <samuel.trahan@noaa.gov>
  • Loading branch information
grantfirl and SamuelTrahanNOAA authored Feb 12, 2025
1 parent d57779f commit 38da98c
Show file tree
Hide file tree
Showing 10 changed files with 2,393 additions and 2,552 deletions.
2 changes: 1 addition & 1 deletion FV3
4 changes: 4 additions & 0 deletions tests/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ else
fi
fi

if [[ ${MACHINE_ID} == wcoss2 ]] || [[ ${MACHINE_ID} == acorn ]]; then
CMAKE_FLAGS+=" -DENABLE_PARALLELRESTART=ON"
fi

# Check if suites argument is provided or not
set +ex
SUITES=$(grep -Po "\-DCCPP_SUITES=\K[^ ]*" <<< "${MAKE_OPT}")
Expand Down
518 changes: 259 additions & 259 deletions tests/logs/RegressionTests_acorn.log

Large diffs are not rendered by default.

562 changes: 281 additions & 281 deletions tests/logs/RegressionTests_derecho.log

Large diffs are not rendered by default.

690 changes: 299 additions & 391 deletions tests/logs/RegressionTests_gaeac5.log

Large diffs are not rendered by default.

604 changes: 266 additions & 338 deletions tests/logs/RegressionTests_gaeac6.log

Large diffs are not rendered by default.

761 changes: 381 additions & 380 deletions tests/logs/RegressionTests_hera.log

Large diffs are not rendered by default.

754 changes: 377 additions & 377 deletions tests/logs/RegressionTests_hercules.log

Large diffs are not rendered by default.

584 changes: 292 additions & 292 deletions tests/logs/RegressionTests_orion.log

Large diffs are not rendered by default.

466 changes: 233 additions & 233 deletions tests/logs/RegressionTests_wcoss2.log

Large diffs are not rendered by default.

0 comments on commit 38da98c

Please sign in to comment.