wrf_fire_user_reserher
New member
Hello!
I have a question about the FMC_GC variable generated in the wrfinput_dXX file after running real.exe in the WRF-Fire model.
netcdf wrfinput_d03 {
dimensions:
fuel_moisture_classes_stag = 5
float FMC_GC(Time, fuel_moisture_classes_stag, south_north, west_east) ;
FMC_GC:FieldType = 104 ;
FMC_GC:MemoryOrder = "XYZ" ;
FMC_GC:description = "fuel moisture contents by class" ;
FMC_GC:units = "1" ;
FMC_GC:stagger = "Z" ;
FMC_GC:coordinates = "XLONG XLAT XTIME" ;
1. I'm curious about the fuel_moisture_classes here. What do numbers 0 to 4 represent? I would appreciate if someone who knows about these classes in detail could provide an answer.
2. Ultimately, I want to use fuel moisture observation data as input data for the model.
I would appreciate if someone who knows the process related to this in detail could provide an answer.
I have a question about the FMC_GC variable generated in the wrfinput_dXX file after running real.exe in the WRF-Fire model.
netcdf wrfinput_d03 {
dimensions:
fuel_moisture_classes_stag = 5
float FMC_GC(Time, fuel_moisture_classes_stag, south_north, west_east) ;
FMC_GC:FieldType = 104 ;
FMC_GC:MemoryOrder = "XYZ" ;
FMC_GC:description = "fuel moisture contents by class" ;
FMC_GC:units = "1" ;
FMC_GC:stagger = "Z" ;
FMC_GC:coordinates = "XLONG XLAT XTIME" ;
1. I'm curious about the fuel_moisture_classes here. What do numbers 0 to 4 represent? I would appreciate if someone who knows about these classes in detail could provide an answer.
2. Ultimately, I want to use fuel moisture observation data as input data for the model.
I would appreciate if someone who knows the process related to this in detail could provide an answer.