Removal of Content Advisory - April 2024

Advisory to Gridpoint Statistical Interpolation (GSI) users: As of the beginning of April 2024, all support assets for Gridpoint Statistical Interpolation (GSI) will be removed from the DTC website. Users should download all reference materials of interest prior to April 2024.

Community GSIV3.7 Online Tutorial | Case 4: 3DVAR with conventional data (PrepBUFR) plus other data > Setting up the Run Script

3DVAR GSI USING ARW BACKGROUND (PREPBUFR AND OTHER OBS)

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
  • Open the links to the radiance data, gpsro and radar data by un-commenting the following line:
  • ln -s ${srcobsfile[$ii]} ${gsiobsfile[$ii]} 

An example of this run script is available from the link run_gsi_regional.ksh