Skip to content

Commit

Permalink
Update CDEPS component, add hailcast code in FV3/atmos_cubed_sphere a…
Browse files Browse the repository at this point in the history
…nd reduce wall clock time used for the cpld_control_c192_p8 test on Jet (#1156)

Co-authored-by: Yunheng Wang
  • Loading branch information
binli2337 authored Apr 29, 2022
1 parent 9bf10ca commit dedf86c
Show file tree
Hide file tree
Showing 14 changed files with 2,922 additions and 2,922 deletions.
2 changes: 1 addition & 1 deletion FV3
Submodule FV3 updated 1 files
+1 −1 atmos_cubed_sphere
2 changes: 1 addition & 1 deletion modulefiles/ufs_common
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module load hdf5/1.10.6
module load netcdf/4.7.4
module load pio/2.5.2
module load esmf/8.3.0b09
module load fms/2021.04
module load fms/2022.01

module load bacio/2.4.1
module load crtm/2.3.0
Expand Down
2 changes: 1 addition & 1 deletion modulefiles/ufs_common_debug
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module load hdf5/1.10.6
module load netcdf/4.7.4
module load pio/2.5.2
module load esmf/8.3.0b09-debug
module load fms/2021.04
module load fms/2022.01

module load bacio/2.4.1
module load crtm/2.3.0
Expand Down
254 changes: 127 additions & 127 deletions tests/RegressionTests_cheyenne.gnu.log

Large diffs are not rendered by default.

810 changes: 405 additions & 405 deletions tests/RegressionTests_cheyenne.intel.log

Large diffs are not rendered by default.

798 changes: 399 additions & 399 deletions tests/RegressionTests_gaea.intel.log

Large diffs are not rendered by default.

254 changes: 127 additions & 127 deletions tests/RegressionTests_hera.gnu.log

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

702 changes: 351 additions & 351 deletions tests/RegressionTests_jet.intel.log

Large diffs are not rendered by default.

808 changes: 404 additions & 404 deletions tests/RegressionTests_orion.intel.log

Large diffs are not rendered by default.

552 changes: 276 additions & 276 deletions tests/RegressionTests_wcoss_cray.log

Large diffs are not rendered by default.

832 changes: 416 additions & 416 deletions tests/RegressionTests_wcoss_dell_p3.log

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions tests/default_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -380,19 +380,19 @@ elif [[ $MACHINE_ID = jet.* ]]; then
CHM_cpl_bmrk="0 287"; OPB_cpl_bmrk="312 431"; IPB_cpl_bmrk="432 479"; WPB_cpl_bmrk="480 559"
NPROC_ICE_cpl_bmrk=48

TASKS_cpl_bmrk_aero=1424; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=12; JNPES_cpl_bmrk_aero=16
THRD_cpl_bmrk_aero=3; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 1175"
CHM_cpl_bmrk_aero="0 1151"; OPB_cpl_bmrk_aero="1176 1275"; IPB_cpl_bmrk_aero="1276 1323"; WPB_cpl_bmrk_aero="1324 1423"
TASKS_cpl_bmrk_aero=1808; TPN_cpl_bmrk_aero=12; INPES_cpl_bmrk_aero=16; JNPES_cpl_bmrk_aero=16
THRD_cpl_bmrk_aero=3; WPG_cpl_bmrk_aero=24; MPB_cpl_bmrk_aero="0 287"; APB_cpl_bmrk_aero="0 1559"
CHM_cpl_bmrk_aero="0 1535"; OPB_cpl_bmrk_aero="1560 1659"; IPB_cpl_bmrk_aero="1660 1707"; WPB_cpl_bmrk_aero="1708 1807"
NPROC_ICE_cpl_bmrk_aero=48

TASKS_cpl_bmrk_mpi=600; TPN_cpl_bmrk_mpi=24; INPES_cpl_bmrk_mpi=6; JNPES_cpl_bmrk_mpi=8
THRD_cpl_bmrk_mpi=1; WPG_cpl_bmrk_mpi=24; MPB_cpl_bmrk_mpi="0 287"; APB_cpl_bmrk_mpi="0 311"
OPB_cpl_bmrk_mpi="312 431"; IPB_cpl_bmrk_mpi="432 479"; WPB_cpl_bmrk_mpi="480 599"
NPROC_ICE_cpl_bmrk_mpi=48

TASKS_cpl_c192=564; TPN_cpl_c192=12; INPES_cpl_c192=8; JNPES_cpl_c192=8
THRD_cpl_c192=2; WPG_cpl_c192=12; MPB_cpl_c192="0 287"; APB_cpl_c192="0 395"
CHM_cpl_c192="0 383"; OPB_cpl_c192="396 515"; IPB_cpl_c192="516 563"
TASKS_cpl_c192=1324; TPN_cpl_c192=12; INPES_cpl_c192=12; JNPES_cpl_c192=16
THRD_cpl_c192=2; WPG_cpl_c192=24; MPB_cpl_c192="0 287"; APB_cpl_c192="0 1175"
CHM_cpl_c192="0 1151"; OPB_cpl_c192="1176 1275"; IPB_cpl_c192="1276 1323"
NPROC_ICE_cpl_c192=48

TASKS_cdeps_100=40; TPN_cdeps_100=24
Expand Down

0 comments on commit dedf86c

Please sign in to comment.