Hello,
i am trying to run wrf activating the fire module but there is something incorrectly setup in my namelist (attached) - i setup the &fire section as follows:
&fire
ifire = 0, 0, 0, 2,
fire_fuel_read = 0, 0, 0, -1,
fire_num_ignitions = 0, 0, 0, 1,
fire_ignition_start_long1= 0, 0, 0,-119.719355,
fire_ignition_start_lat1 = 0, 0, 0, 34.473697,
fire_ignition_end_long1 = 0, 0, 0,-119.719355,
fire_ignition_end_lat1 = 0, 0, 0, 34.473897,
fire_ignition_radius1 = 0, 0, 0, 100,
fire_ignition_time1 = 0, 0, 0, 60,
fire_print_msg = 1,
fire_print_file = 1,
/
my interpretation looking at the registry.fire is that these variables are domain dependent. the problem is that when i run wrf, it stops right at the beginning with:
taskid: 0 hostname: voyager.eri.ucsb.edu
module_io_quilt_old.F 2931 F
Quilting with 1 groups of 0 I/O tasks.
------ ERROR while reading namelist fire ------
Maybe here?: fire_num_ignitions = 0, 0, 0, 1,
Maybe here?: fire_ignition_start_long1= 0, 0, 0,-119.719355,
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 10851
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
it is not clear to me which subroutine is giving the error in line 10851.
Any ideas/suggestions are greatly appreciated.
thanks
Charles.
i am trying to run wrf activating the fire module but there is something incorrectly setup in my namelist (attached) - i setup the &fire section as follows:
&fire
ifire = 0, 0, 0, 2,
fire_fuel_read = 0, 0, 0, -1,
fire_num_ignitions = 0, 0, 0, 1,
fire_ignition_start_long1= 0, 0, 0,-119.719355,
fire_ignition_start_lat1 = 0, 0, 0, 34.473697,
fire_ignition_end_long1 = 0, 0, 0,-119.719355,
fire_ignition_end_lat1 = 0, 0, 0, 34.473897,
fire_ignition_radius1 = 0, 0, 0, 100,
fire_ignition_time1 = 0, 0, 0, 60,
fire_print_msg = 1,
fire_print_file = 1,
/
my interpretation looking at the registry.fire is that these variables are domain dependent. the problem is that when i run wrf, it stops right at the beginning with:
taskid: 0 hostname: voyager.eri.ucsb.edu
module_io_quilt_old.F 2931 F
Quilting with 1 groups of 0 I/O tasks.
------ ERROR while reading namelist fire ------
Maybe here?: fire_num_ignitions = 0, 0, 0, 1,
Maybe here?: fire_ignition_start_long1= 0, 0, 0,-119.719355,
-------------- FATAL CALLED ---------------
FATAL CALLED FROM FILE: <stdin> LINE: 10851
ERRORS while reading one or more namelists from namelist.input.
-------------------------------------------
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
it is not clear to me which subroutine is giving the error in line 10851.
Any ideas/suggestions are greatly appreciated.
thanks
Charles.