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

Case 2: ARW Case With Conventional Data (PrepBUFR) Plus Other Data

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 amsua_n15 amsua_n18"
  

 

The example script can be found : here