wrf svn trunk commit r4103
[wrffire.git] / wrfv2_fire / var / README.basics
blob9e061f6f19f69489fef58ec7cc49c0b18007d946
1 ================================================================================
2 Please read through this README.basics to get some basic ideas on running WRF-Var.
3 ================================================================================
5 Setup and Run - with conventional data
7 1) To run WRF-Var, first create a working directory, 
8    for example, WRFDA/var/test, then follow the steps below:
10 cd WRFDA/var/test/tutorial (go to the working directory)
12 ln -sf WRFDA/run/LANDUSE.TBL ./LANDUSE.TBL
13 ln -sf $DAT_DIR/rc/2008020512/wrfinput_d01 ./fg (link first guess file as fg)
14 ln -sf WRFDA/var/obsproc/obs_gts_2008-02-05_12:00:00.3DVAR ./ob.ascii (link OBSPROC processed 
15                                                                        observation file as ob.ascii)
16 ln -sf $DAT_DIR/be/be.dat ./be.dat (link background error statistics as be.dat)
17 ln -sf WRFDA/var/build/da_wrfvar.exe ./da_wrfvar.exe (link executable)
19 vi namelist.input (a very basic namelist.input for running the tutorial test case is provided in
20                    WRFDA/var/test/tutorial/namelist.input.. 
21                    Only time and domain settings need to be specified for a certain case if 
22                    using default settings provided in WRFDA/Registry/Registry.wrfvar. However,
23                    it is VERY IMPORTANT to make sure the settings in &physics and &dynamics record 
24                    are consistent with those in your WRF settings.)
25   *** Please see WRFDA/var/README.namelist for namelist descriptions. ***
27 da_wrfvar.exe >&! wrfda.log
29 2) To run da_update_bc.exe, follow the steps below:
31 cd WRFDA/var/test/update_bc  (go to the working directory)
32 cp -p  $DAT_DIR/rc/2008020512/wrfbdy_d01 ./wrfbdy_d01 (IMPORTANT: make a copy of wrfbdy_d01
33                                                        as the wrf_bdy_file will be 
34                                                        overwritten by da_update_bc.exe)
35 vi parame.in
36 &control_param
37  wrfvar_output_file = '../tutorial/wrfvar_output'
38  wrf_bdy_file       = './wrfbdy_d01'
39  wrf_input          = '$DAT_DIR/rc/2008020512/wrfinput_d01'
40  domain_id          = 1
41  cycling = .false. (set to .true. if WRF-Var first guess comes from a previous WRF forecast.)
42  debug   = .true.
43  low_bdy_only = .false.             
44  update_lsm = .false. 
46 ln -sf WRFDA/var/build/da_update_bc.exe ./da_update_bc.exe
47 ./da_updatebc.exe