Setting up the Run Script
Setting up the Run Script cindyhg Tue, 07/16/2019 - 10:483DVAR GSI USING ARW BACKGROUND (PREPBUFR)
Setting up the Run Script
For this exercise, make a copy of the previously prepared run script:
cp run_gsi_regional.ksh_basic run_gsi_regional.ksh
.Make the following additional modifications to the script
run_gsi_regional.ksh
:
- Set the name/path for the analysis run directory to
WORK_ROOT=${run directory}
- Select the background field format
bk_core=ARW
- Select the NAM regional background error covariance
bkcv_option=NAM
- Comment out the links to the radiance data, gpsro and radar data:
# ln -s ${srcobsfile[$ii]} ${gsiobsfile[$ii]}
An example of this run script is available from the link run_gsi_regional.ksh