The files in this folder are required for running parallel PEST, and they are customized for WRF-Hydro version 5.0
1. CHANPARM.TPL: we calibrate Manning cofficients for all the stream orders
2. GENPARM.TPL: we calibrate deep drainage, the infiltration factor, and saturated hydraulic conductivity
3. HYDRO.TPL: we calibrate the surface roughness of 19 land types
4. Instruction file: frxst_pts_out.ins. The line number is specified according to the output file frxst_pts_out.txt. For example, below is just a piece of our frxst_pts_out.txt output, there are eight forecast points (the IDs are 6, 5, 4, 2, 0, 3, 10). We calibrated four of the forecast points which are 6, 5, 4, 0.  
====================================== 
2826000,2013-04-09 03:00:00,      6, -89.46387,37.22310, 2426.575,   85693.688, 3.428
2826000,2013-04-09 03:00:00,      5, -89.82931,37.89810, 2333.385,   82402.703, 4.652
2826000,2013-04-09 03:00:00,      4, -90.17844,38.62896, 2122.228,   74945.766, 4.353
2826000,2013-04-09 03:00:00,      2, -90.64396,39.70197,    0.102,       3.601, 1.085
2826000,2013-04-09 03:00:00,      0, -91.17930,41.17765,  189.022,    6675.246, 2.056
2826000,2013-04-09 03:00:00,      3, -88.18837,41.34524,   75.798,    2676.797, 1.313
2826000,2013-04-09 03:00:00,     10, -88.29543,42.15989,    1.437,      50.731, 0.915
2826000,2013-04-09 03:00:00,      8, -87.93699,42.34377,    0.075,       2.663, 0.805
2836800,2013-04-09 06:00:00,      6, -89.46387,37.22310, 2406.197,   84974.047, 3.416
2836800,2013-04-09 06:00:00,      5, -89.82931,37.89810, 2310.498,   81594.461, 4.636
2836800,2013-04-09 06:00:00,      4, -90.17844,38.62896, 2107.939,   74441.172, 4.340
2836800,2013-04-09 06:00:00,      2, -90.64396,39.70197,    0.099,       3.493, 1.063
2836800,2013-04-09 06:00:00,      0, -91.17930,41.17765,  221.043,    7806.071, 2.214
2836800,2013-04-09 06:00:00,      3, -88.18837,41.34524,   75.515,    2666.802, 1.310
2836800,2013-04-09 06:00:00,     10, -88.29543,42.15989,    1.327,      46.850, 0.876
2836800,2013-04-09 06:00:00,      8, -87.93699,42.34377,    0.064,       2.276, 0.734
================================================
 5. Control file: wrftest.pst. Since we like the model to be able to restart, 3rd line we use "restart". Parameter data shows the default parameters and the lower and upper bounds we set for each parameter. 

6. Management file: wrftest.rmf. This file specifies the name of each slave folder that is going to conduct the calibration; also the maximum time (in sececond) for each run before being terminated, and files generated by PEST for each folder to run WRF-Hydro. 

