Original WRF subgrid support version from John Michalakes without fire
[wrffire.git] / wrfv2_fire / changes-to-make-in-wrf.patton
blob58b004358e862fbe653dc481c24082dcc78830d5
1 1) to make separate em_fire test case:
3   add em_fire to Makefile in WRF root
4   create dyn_em/module_initialize_fire.F (following quarter_ss)
5   modify dyn_em/Makefile to compile module_initialize_fire.F (following quarter_ss)
6   create test/em_fire directory
7   create test/em_fire/input_sounding
8   create test/em_fire/namelist.input
10 2) Added complete fire package/section to Registry/Registry.EM
11 3) Copied module_fire_driver.F to phys/module_fire_driver.F
12 4) Copied module_fr_cawfe.F to phys/module_fr_cawfe.F
13 5) Added module_fr_cawfe.o and module_fire_driver.o to phys/Makefile
15 6) Added fire namelist variables to namelist.input (&fire)
16 7) namelist variables sr_x and sr_y in &domain define the refinement
18 8) Modified dyn_em/solve_em.F so that the fire tendencies propagate 
19         into sr. update_phy_tend 
20    (note that we skip calling 'calculate_phy_tend' because we take care of
21         multiplying by mu in the fire module)
22 9) Modified phys/module_physics_addtendc.F so that the fire tendencies 
23         are added into heat and moisture tendencies