Skip to content
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
2723906
Cold start RRFS_dev1 3km CONUS hourly cycles from 09/21Z HRRR analysis.
hu5970 Apr 28, 2021
1a36dbd
Changes for running on RRFS cycles on WCOSS.
hu5970 Apr 29, 2021
7200c9a
scripts handle multiple time levels of radar data process and ref2tten
hu5970 Apr 29, 2021
6aa9445
Add groups and tasks for post process.
hu5970 May 1, 2021
21b86c8
Merge remote-tracking branch 'upstream/feature/RRFS_dev1' into featur…
hu5970 May 1, 2021
dcf3a06
Update configure files for RRFS dev1 CONUS, AK, and NA 13km for Sprin…
hu5970 May 2, 2021
6d540a0
Use early rap observation BUFR files for 00/12Z cycle.
hu5970 May 3, 2021
3a1140f
Bug fix to exregional_process_bufr.sh.
hu5970 May 3, 2021
fba687b
Finalize the configure files for RRFS dev1 CONUS, AK, and NA 13km.
hu5970 May 3, 2021
bae8e5d
Use Guoqing's method to generate the post process tasks so we can use…
hu5970 May 3, 2021
6edf08e
Merge remote-tracking branch 'upstream/feature/RRFS_dev1' into HEAD
hu5970 May 12, 2021
4f1ecbd
Add function to do retrospective test on WCOSS.
hu5970 May 12, 2021
cccc4dd
Merge remote-tracking branch 'upstream/feature/RRFS_dev1' into HEAD
hu5970 May 12, 2021
c33b68d
Code update for running on WCOSS with FV3GFS background.
hu5970 May 12, 2021
7ee8510
Bug fix to link the observation files on WCOSS.
hu5970 May 13, 2021
b2e252b
Clean the code for PR104.
hu5970 May 13, 2021
fd5d03c
Copy addtional grid from UPP run directory to comout space.
hu5970 May 13, 2021
0593327
Merge remote-tracking branch 'upstream/feature/RRFS_dev1' into HEAD
hu5970 May 13, 2021
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
6 changes: 5 additions & 1 deletion scripts/exregional_run_post.sh
Original file line number Diff line number Diff line change
Expand Up @@ -345,8 +345,12 @@ if [ ${#ADDNL_OUTPUT_GRIDS[@]} -gt 0 ]; then
# Remove temporary files
rm -f ${subdir}/${fhr}/tmp_${grid}.grib2

# Save to com directory
mkdir -p ${comout}/${grid}_grid
cp_vrfy ${bg_remap} ${comout}/${grid}_grid/${NET}.t${cyc}z.bg${leveltype}f${fhr}.${tmmark}.grib2

# Link output for transfer from Jet to web
ln -fs ${bg_remap} ${subdir}/BG${leveltype^^}_${basetime}${post_fhr}00
ln_vrfy -fs --relative ${comout}/${grid}_grid/${NET}.t${cyc}z.bg${leveltype}f${fhr}.${tmmark}.grib2 ${comout}/${grid}_grid/BG${leveltype^^}_${basetime}${post_fhr}00
done
done
fi
Expand Down