Hello,
I'm working with WRF model over a region covering Panama. My study consists on analysing the output with 5 different physics configuration in the namelist.input. I tried it 2 months ago and I obtained different results according to what was expected (I analyzed T2 and Q2 variables).
Now I'm trying to do it again with few modifications to the namelist but the output I get from the 5 configurations is almost the same. I attach two of the namelists that are supposed to give diferent results but in the end they barely do it.
From my previous study I only changed lat-lon projection for mercator and also changed bdy_control options in the namelist.input as in the forum they suggested me to use specific options for real cases.
In the past these options where configured as below:
In the attached files you can see the actual options. Is there any reason the results are so similar eventhough physics is different?
I'm quite desperate :?
I'm working with WRF model over a region covering Panama. My study consists on analysing the output with 5 different physics configuration in the namelist.input. I tried it 2 months ago and I obtained different results according to what was expected (I analyzed T2 and Q2 variables).
Now I'm trying to do it again with few modifications to the namelist but the output I get from the 5 configurations is almost the same. I attach two of the namelists that are supposed to give diferent results but in the end they barely do it.
From my previous study I only changed lat-lon projection for mercator and also changed bdy_control options in the namelist.input as in the forum they suggested me to use specific options for real cases.
In the past these options where configured as below:
Code:
&bdy_control
periodic_x = .true.,
symmetric_xs = .false.,
symmetric_xe = .false.,
open_xs = .false.,
open_xe = .false.,
periodic_y = .true.,
symmetric_ys = .false.,
symmetric_ye = .false.,
open_ys = .false.,
open_ye = .false.,
/
In the attached files you can see the actual options. Is there any reason the results are so similar eventhough physics is different?
I'm quite desperate :?