Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
4e030a6
Changes to ccpp to support 32-bit physics in NRL Neptune model
SamuelTrahanNOAA May 6, 2022
f36ed12
Update .gitmodules
SamuelTrahanNOAA May 6, 2022
a3d5551
hera.gnu tests passed
SamuelTrahanNOAA May 6, 2022
1747c0f
hera.intel tests passed
SamuelTrahanNOAA May 6, 2022
a808903
jet.intel tests passed
SamuelTrahanNOAA May 6, 2022
90e87b7
bring in AQM to ufs-model
JianpingHuang-NOAA May 11, 2022
9d8f885
Turn on HAFS RTs on WCOSS2 and switch to use the netcdf (instead of
BinLiu-NOAA May 20, 2022
475289c
merge develop
SamuelTrahanNOAA May 23, 2022
67aa808
hera gnu logs
SamuelTrahanNOAA May 23, 2022
40e021f
jet intel tests passed
SamuelTrahanNOAA May 23, 2022
6fa50f1
Merge branch 'ccpp-neptune' of ssh://github.com/SamuelTrahanNOAA/ufs-…
SamuelTrahanNOAA May 23, 2022
80f7469
change ssh -> https
SamuelTrahanNOAA May 24, 2022
510059b
FV3/ccpp/physics: Simplify machine.F and remove unused types.
SamuelTrahanNOAA May 24, 2022
50ec7f7
Merge remote-tracking branch 'remotes/upstream/develop' into feature/…
BinLiu-NOAA May 25, 2022
ba50334
Use fms/2022.01 on wcoss_cray.
BinLiu-NOAA May 25, 2022
6ed2b4c
Turn this hafs_regional_storm_following_1nest_atm test back on for he…
BinLiu-NOAA May 25, 2022
68e05fd
Add the wcoss2.intel platform in pull_request_template.md.
BinLiu-NOAA May 25, 2022
4bfa00b
merge develop
SamuelTrahanNOAA May 25, 2022
251ddc0
Merge remote-tracking branch 'upstream/develop' into feature/hafs_wco…
BinLiu-NOAA May 25, 2022
d114c17
Merge remote-tracking branch 'JH/aqm.v7.0.1' into feature/hafs_wcoss2…
BinLiu-NOAA May 25, 2022
da9340b
Merge remote-tracking branch 'ST/ccpp-neptune' into feature/hafs_wcos…
BinLiu-NOAA May 25, 2022
8705bd9
gnu tests passed again
SamuelTrahanNOAA May 25, 2022
8b7f2d0
Merge remote-tracking branch 'remotes/ST/ccpp-neptune' into feature/h…
BinLiu-NOAA May 25, 2022
6ee932b
WCOSS2 RT Passed
BrianCurtis-NOAA May 25, 2022
5065510
correct bug in machine.F
SamuelTrahanNOAA May 25, 2022
9f3eb56
Merge remote-tracking branch 'ST/ccpp-neptune' into feature/hafs_wcos…
BinLiu-NOAA May 25, 2022
610b01e
Merge branch 'feature/hafs_wcoss2_rts' of https://github.com/hafs-com…
BinLiu-NOAA May 25, 2022
693156e
[AutoRT] cheyenne.gnu Job Completed.
BrianCurtis-NOAA May 25, 2022
59ef8ef
WCOSS Cray RT Passed
BrianCurtis-NOAA May 25, 2022
a63eb08
Merge branch 'feature/hafs_wcoss2_rts' of https://github.com/hafs-com…
BrianCurtis-NOAA May 25, 2022
60c7424
[AutoRT] orion.intel Job Completed.
BrianCurtis-NOAA May 26, 2022
d28899d
[AutoRT] hera.intel Job Completed.
BrianCurtis-NOAA May 26, 2022
8936239
[AutoRT] jet.intel Job Completed.
BrianCurtis-NOAA May 26, 2022
844df28
[AutoRT] hera.gnu Job Completed.
BrianCurtis-NOAA May 26, 2022
559f6ad
[AutoRT] cheyenne.intel Job Completed.
BrianCurtis-NOAA May 26, 2022
0232cfb
WCOSS Dell P3 RT Passed
BrianCurtis-NOAA May 26, 2022
8b5d80c
Gaea.intel log passed
BrianCurtis-NOAA May 26, 2022
aa849a9
revert .gitmodules and update AQM and FV3 hashes
BrianCurtis-NOAA May 26, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ are specified below.

## Instructions: All subsequent sections of text should be filled in as appropriate.

The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsiblity to keep the PR up-to-date with the develop branch of ufs-weather-model.
The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsibility to keep the PR up-to-date with the develop branch of ufs-weather-model.

## Description

Expand All @@ -37,6 +37,7 @@ How were these changes tested? What compilers / HPCs was it tested with? Are the
- [ ] cheyenne.gnu
- [ ] gaea.intel
- [ ] jet.intel
- [ ] wcoss2.intel
- [ ] wcoss_cray
- [ ] wcoss_dell_p3
- [ ] opnReqTest for newly added/changed feature
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@
branch = develop
[submodule "AQM"]
path = AQM
url = https://github.com/NOAA-EMC/AQM
url = https://github.com/NOAA-EMC/AQM
branch = develop
2 changes: 1 addition & 1 deletion AQM
Submodule AQM updated 1 files
+21 −0 src/aqm_cap.F90
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated from a41a3d to 515a39
2 changes: 1 addition & 1 deletion modulefiles/ufs_wcoss_cray
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module load udreg
module load ugni

module load esmf/8.3.0b09
module load fms/2021.04
module load fms/2022.01

module swap pmi pmi/5.0.11

Expand Down
2 changes: 1 addition & 1 deletion modulefiles/ufs_wcoss_cray_debug
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ module load udreg
module load ugni

module load esmf/8.3.0b09-debug
module load fms/2021.04
module load fms/2022.01

module swap pmi pmi/5.0.11

Expand Down
248 changes: 124 additions & 124 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

814 changes: 407 additions & 407 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

908 changes: 460 additions & 448 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

246 changes: 123 additions & 123 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

996 changes: 499 additions & 497 deletions tests/RegressionTests_hera.intel.log

Large diffs are not rendered by default.

926 changes: 453 additions & 473 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

864 changes: 432 additions & 432 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

936 changes: 596 additions & 340 deletions tests/RegressionTests_wcoss2.intel.log

Large diffs are not rendered by default.

611 changes: 317 additions & 294 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

873 changes: 450 additions & 423 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

40 changes: 20 additions & 20 deletions tests/rt.conf
Original file line number Diff line number Diff line change
Expand Up @@ -148,26 +148,26 @@ RUN | control_wam_debug
# HAFS tests #
###################################################################################################################################################################################
#
COMPILE | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON | - wcoss2.intel | fv3 |
RUN | hafs_regional_atm | - wcoss2.intel | fv3 |
RUN | hafs_regional_atm_thompson_gfdlsf | - wcoss2.intel | fv3 |
RUN | hafs_regional_atm_ocn | - wcoss2.intel | fv3 |
RUN | hafs_regional_atm_wav | - wcoss2.intel | fv3 |
RUN | hafs_regional_atm_ocn_wav | - wcoss2.intel | fv3 |
RUN | hafs_regional_1nest_atm | - jet.intel wcoss2.intel | fv3 |
RUN | hafs_regional_telescopic_2nests_atm | - jet.intel wcoss2.intel | fv3 |
RUN | hafs_global_1nest_atm | - jet.intel wcoss2.intel | fv3 |
RUN | hafs_global_multiple_4nests_atm | - jet.intel wcoss_cray wcoss2.intel | fv3 |
RUN | hafs_regional_specified_moving_1nest_atm | - jet.intel wcoss2.intel | fv3 |
RUN | hafs_regional_storm_following_1nest_atm | - jet.intel wcoss2.intel hera.intel | fv3 |
RUN | hafs_regional_storm_following_1nest_atm_ocn | - jet.intel wcoss2.intel | fv3 |
RUN | hafs_regional_storm_following_1nest_atm_ocn_wav | - jet.intel wcoss2.intel | fv3 |
RUN | hafs_global_storm_following_1nest_atm | - jet.intel wcoss2.intel | fv3 |

COMPILE | -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss_cray wcoss2.intel | fv3 |
RUN | hafs_regional_docn | - wcoss_cray wcoss2.intel | fv3 |
RUN | hafs_regional_docn_oisst | - wcoss_cray wcoss2.intel | fv3 |
RUN | hafs_regional_datm_cdeps | - wcoss_cray wcoss2.intel | fv3 |
COMPILE | -DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON | | fv3 |
RUN | hafs_regional_atm | | fv3 |
RUN | hafs_regional_atm_thompson_gfdlsf | | fv3 |
RUN | hafs_regional_atm_ocn | | fv3 |
RUN | hafs_regional_atm_wav | | fv3 |
RUN | hafs_regional_atm_ocn_wav | | fv3 |
RUN | hafs_regional_1nest_atm | - jet.intel | fv3 |
RUN | hafs_regional_telescopic_2nests_atm | - jet.intel | fv3 |
RUN | hafs_global_1nest_atm | - jet.intel | fv3 |
RUN | hafs_global_multiple_4nests_atm | - jet.intel wcoss_cray | fv3 |
RUN | hafs_regional_specified_moving_1nest_atm | - jet.intel | fv3 |
RUN | hafs_regional_storm_following_1nest_atm | - jet.intel | fv3 |
RUN | hafs_regional_storm_following_1nest_atm_ocn | - jet.intel | fv3 |
RUN | hafs_regional_storm_following_1nest_atm_ocn_wav | - jet.intel | fv3 |
RUN | hafs_global_storm_following_1nest_atm | - jet.intel | fv3 |

COMPILE | -DAPP=HAFS-ALL -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_gfdlmp_tedmf_nonsst -D32BIT=ON | - wcoss_cray | fv3 |
RUN | hafs_regional_docn | - wcoss_cray | fv3 |
RUN | hafs_regional_docn_oisst | - wcoss_cray | fv3 |
RUN | hafs_regional_datm_cdeps | - wcoss_cray | fv3 |

###################################################################################################################################################################################
# CDEPS Data Atmosphere tests #
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_global_1nest_atm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=25
export SHOUR=12
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_global_multiple_4nests_atm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=25
export SHOUR=12
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_global_storm_following_1nest_atm
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=25
export SHOUR=12
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_1nest_atm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=25
export SHOUR=12
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_atm
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf_parallel'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=29
export SHOUR=00
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_atm_ocn
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=29
export SHOUR=00
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_atm_ocn_wav
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=29
export SHOUR=00
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_atm_thompson_gfdlsf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=29
export SHOUR=00
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_atm_wav
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=29
export SHOUR=00
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_docn
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=29
export SHOUR=00
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_docn_oisst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=29
export SHOUR=00
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_specified_moving_1nest_atm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=25
export SHOUR=12
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_storm_following_1nest_atm
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=25
export SHOUR=12
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_storm_following_1nest_atm_ocn
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=25
export SHOUR=12
export SMONTH=08
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=25
export SHOUR=12
export SMONTH=08
Expand Down
2 changes: 1 addition & 1 deletion tests/tests/hafs_regional_telescopic_2nests_atm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export IDEFLATE=1
export NFHMAX_HF=-1
export NFHOUT_HF=3
export NFHOUT=3
export OUTPUT_FILE="'netcdf_parallel' 'netcdf'"
export OUTPUT_FILE="'netcdf' 'netcdf'"
export SDAY=25
export SHOUR=12
export SMONTH=08
Expand Down