Skip to content
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

update inputdata for Bu angle fix; re-enable cpld C48 warmstart test #2235

Merged
merged 25 commits into from
May 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ce89a37
point to new input data directory
DeniseWorthen Apr 12, 2024
ed0365d
add test change list
DeniseWorthen Apr 12, 2024
b5ae81f
Merge remote-tracking branch 'origin/develop' into bugfix/fixangleBui…
DeniseWorthen Apr 16, 2024
5afcca4
Merge branch 'develop' into HEAD
DeniseWorthen Apr 17, 2024
5a2abfa
re-enable cpld c48 tests and clean up rt.conf
DeniseWorthen Apr 18, 2024
bff4964
test changes after re-enabling cpld c48 tests
DeniseWorthen Apr 18, 2024
8b58be2
Merge branch 'develop' into bugfix/fixangleBuinput
DeniseWorthen Apr 25, 2024
7ad10e2
Merge branch 'develop' into bugfix/fixangleBuinput
DeniseWorthen May 1, 2024
7a27761
Merge branch 'develop' into bugfix/fixangleBuinput
DeniseWorthen May 2, 2024
0da848a
Update rt.sh update input-data root
zach1221 May 3, 2024
008efa0
Update bl_date.conf
zach1221 May 3, 2024
26985e8
Update rt.sh disknm superlinter fix
FernandoAndrade-NOAA May 3, 2024
74f64e4
Update rt.sh fix input path
FernandoAndrade-NOAA May 3, 2024
43b30ef
add jet RT log passed
FernandoAndrade-NOAA May 6, 2024
43e070b
add hercules RT logs: passed
zach1221 May 6, 2024
58f6e86
add orion RT logs: passed
zach1221 May 6, 2024
ab63136
add hera RT log passed
FernandoAndrade-NOAA May 6, 2024
b2b4758
add gaea RT log passed
FernandoAndrade-NOAA May 6, 2024
cee1989
Update opnReqTest input data
zach1221 May 6, 2024
da04bda
WCOSS2 RT Log
BrianCurtis-NOAA May 6, 2024
0b408b0
add derecho RT logs: passed
zach1221 May 7, 2024
3977cfd
Update opnReqTest DISKNM
zach1221 May 7, 2024
8e2f71f
add control_p8_gnu ORT logs: passed
zach1221 May 7, 2024
c9f14c8
add cpld_control_gnu ORT logs: passed
zach1221 May 7, 2024
0a93d0e
add regional_control_gnu ORT logs: passed
zach1221 May 7, 2024
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
2 changes: 1 addition & 1 deletion tests/rt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ if [[ "${CREATE_BASELINE}" == false ]] ; then
fi
fi

INPUTDATA_ROOT=${INPUTDATA_ROOT:-$DISKNM/NEMSfv3gfs/input-data_20240501}
INPUTDATA_ROOT=${INPUTDATA_ROOT:-${DISKNM}/NEMSfv3gfs/input-data_20240501}
BrianCurtis-NOAA marked this conversation as resolved.
Show resolved Hide resolved
INPUTDATA_ROOT_WW3=${INPUTDATA_ROOT}/WW3_input_data_20240214
INPUTDATA_ROOT_BMIC=${INPUTDATA_ROOT_BMIC:-${DISKNM}/NEMSfv3gfs/BM_IC-20220207}

Expand Down
Loading