Community ENKF V1.3 Online Tutorial | Case 1: ARW Case with conventional data (PrepBUFR) > Setting Up the EnKF Run

Case 1: ARW Case With Conventional Data (PrepBUFR)

Setting Up the EnKF Run

Here, we will setup the the EnKF run script based on the basic run script from Prepare basic EnKF run script. After copy:

cp run_enkf_wrf.ksh_basic run_enkf_wrf.ksh 

Make the following additional modifications to the script run_enkf_wrf.ksh:

Define ensemble parameters

  NMEM_ENKF=20
  BK_FILE_mem=${BK_ROOT}/wrf_en
  NLONS=129
  NLATS=70
  NLEVS=50
  

Define ensemble background and observations used in analysis

  IF_ARW=.true.
  IF_NMM=.false.
  list="conv"
  

The example script can be found : here