Skip to content

Commit

Permalink
MERRA2 3 hourly forcing passed compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
AnningCheng-NOAA committed Nov 26, 2024
1 parent 094fd35 commit afec1f0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
6 changes: 6 additions & 0 deletions tests/fv3_conf/control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,15 @@ fi

#merra2
if [ $USE_MERRA2 = .true. ]; then
if [ $IAER = 2011 ]; then
for n in 01 02 03 04 05 06 07 08 09 10 11 12; do
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/MERRA2_y14_24/merra2_1423_${n}.nc aeroclim.m${n}.nc
done
fi
if [ $IAER = 6011 ]; then
ln -sf /scratch1/NCEPDEV/global/Anning.Cheng/MERRA2_40y/2021_03/MERRA2_400.inst3_3d_aer_Nv.20210322.nc4 merra2_20210322.nc
ln -sf /scratch1/NCEPDEV/global/Anning.Cheng/MERRA2_40y/2021_03/MERRA2_400.inst3_3d_aer_Nv.20210323.nc4 merra2_20210323.nc
fi
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_BC.v1_3.dat optics_BC.dat
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_OC.v1_3.dat optics_OC.dat
cp @[INPUTDATA_ROOT]/FV3_input_data_INCCN_aeroclim/aer_data/LUTS/optics_DU.v15_3.dat optics_DU.dat
Expand Down
24 changes: 14 additions & 10 deletions tests/logs/RegressionTests_hera.log
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
====START OF HERA REGRESSION TESTING LOG====

UFSWM hash used in testing:
6b0f516557811eac82c17b852efb82a35892b022
094fd353204eb4071e896896b096063c7e9d833d

Submodule hashes used in testing:
37cbb7d6840ae7515a9a8f0dfd4d89461b3396d1 AQM (v0.2.0-37-g37cbb7d)
Expand All @@ -27,26 +27,30 @@ The second time is specifically for the run phase.
Times/Memory will be empty for failed tests.

BASELINE DIRECTORY: /scratch2/NAGAPE/epic/UFS-WM_RT/NEMSfv3gfs/develop-20241112
COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Anning.Cheng/FV3_RT/rt_4167096
COMPARISON DIRECTORY: /scratch1/NCEPDEV/stmp2/Anning.Cheng/FV3_RT/rt_2458956

RT.SH OPTIONS USED:
* (-a) - HPC PROJECT ACCOUNT: fv3-cpu
* (-k) - KEEP RUN DIRECTORY

PASS -- COMPILE 'atm_dyn32_intel' [12:11, 10:55] ( 1 warnings 1 remarks )
PASS -- TEST 'merra2_thompson_intel' [05:51, 03:25](1882 MB)
PASS -- COMPILE 'atm_dyn32_intel' [23:13, 11:03] ( 1 warnings 1 remarks )
FAILED: RUN DID NOT COMPLETE -- TEST 'merra2_hf_thompson_intel' [, ]( MB)

SYNOPSIS:
Starting Date/Time: 20241117 21:39:09
Ending Date/Time: 20241117 21:57:11
Total Time: 00h:18m:07s
Starting Date/Time: 20241125 19:12:24
Ending Date/Time: 20241125 19:36:59
Total Time: 00h:24m:40s
Compiles Completed: 1/1
Tests Completed: 1/1
Tests Completed: 0/1
Failed Tests:
* TEST merra2_hf_thompson_intel: FAILED: RUN DID NOT COMPLETE
-- LOG: /scratch1/NCEPDEV/global/Anning.Cheng/ufs-weather-model/tests/logs/log_hera/run_merra2_hf_thompson_intel.log

NOTES:
A file 'test_changes.list' was generated but is empty.
A file 'test_changes.list' was generated with list of all failed tests.
You can use './rt.sh -c -b test_changes.list' to create baselines for the failed tests.
If you are using this log as a pull request verification, please commit 'test_changes.list'.

Result: SUCCESS
Result: FAILURE

====END OF HERA REGRESSION TESTING LOG====
2 changes: 1 addition & 1 deletion tests/rt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
COMPILE | atm_dyn32 | intel | -DAPP=ATM -DCCPP_SUITES=FV3_GFS_v16,FV3_GFS_v16_flake,FV3_GFS_v17_p8,FV3_GFS_v17_p8_rrtmgp,FV3_GFS_v15_thompson_mynn_lam3km,FV3_WoFS_v0,FV3_GFS_v17_p8_mynn,FV3_GFS_v17_p8_ugwpv1 -D32BIT=ON | | fv3 |
RUN | merra2_thompson | - noaacloud | baseline |
RUN | merra2_hf_thompson | - noaacloud | baseline |
1 change: 1 addition & 0 deletions tests/test_changes.list
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
merra2_hf_thompson intel

0 comments on commit afec1f0

Please sign in to comment.