Thank you for your reply. Here are Helpful hints for tc bogus from example.namelist under WRF/test/em_real:
1) The TC bogus *MUST* only be run with a single processor: serial (with or without a nest build option), or as a DM build with np=1.
2) Run the TC program for only the initial model time. Remember to copy your metgrid file to a safe location and then let the TC scheme generate the auxiliary files.
3) The TC program does not handle soil moisture or soil temperature correctly. After running the TC program, use an NCL script to put the modified fields back into the original metgrid file (remember that you are keeping a pristine copy elsewhere). The modified fields to copy are: "RH", "TT", "UU", "VV", "GHT", "PRES", "PMSL", "PSFC".
4) The TC program runs quickly, only a few seconds. It is a good idea to process multiple runs, and vary the TC initialization. It would be reasonable to select the maximum wind speed (vmax_meters_per_second) from 30 to 60 by 5, select the radius of maximum winds ((m), rmax) = 50000 to 200000 by 50000, and select a tuning parameter for the vortex (vmax_ratio) = 0.5 to 0.9 by 0.1. Look at the resulting bogus storms (sea level pressure, surface wind speeds, and overall storm size), and choose the best.
5) Remember to also consider starting the TC program at a later or earlier time during your parameter space exploration.
6) The bogus storm will organize better if the initialization of the tropical storm is entirely over water, and if the storm is able to develop over water for several days.
7) After the metgrid file is finalized, and the real program is run, use DFI in WRF. Removing and then introducing an entire bogus typhoon is the definition of unbalanced. Running DFI for 2-3 hours back and forth will be a benefit. For a successful implementation of a TC bogus storm in WRF, the storm should not oscillate in size, should not be radiating massive amounts of gravity waves, and should not rapidly weaken.
And I have some questions about them, could you please help me to answer? Thank you.
1.For hint 3), how to use an NCL script to put the modified fields back into the original metgrid file? could you please provide the ncl script?
2.For hint 5), I donot understand starting the TC program at a later or earlier time during your parameter space exploration? can you explain it?
does it mean the start time in namelist.wps and namelist.input?
3.For hint 7), what is DFI? I donot know about it.
Besides, eg, can I run tc.exe to remove a tropical cyclone at first, then run tc.exe again to insert a tropical cyclone, and then run real.exe and wrf.exe?