Hi, I'm WRF model newbie.
I'm running WRF model with 3 domains and I chose the physics suites named NCAR Convection-Permitting Suite.
And I added the option Stochastic parameterization schemes.
This is part of my namelist.input
When I run WRF with this namelist.input, it looks working.
I want to increase the number of ensemble members, and to do that I need to change the "nens" in namelist.input to 2,3,4,... each time I run the model.
and then run ./real.exe and ./wrf.exe?
And are the "nens" under "rand_perturb" different from the "nens" under "skebs"?
If I want to run the model again, can I change the namelist.input like this and then run it?
I'm running WRF model with 3 domains and I chose the physics suites named NCAR Convection-Permitting Suite.
And I added the option Stochastic parameterization schemes.
This is part of my namelist.input
Code:
&stoch
rand_perturb = 1, 1, 1,
nens = 1,
skebs = 1, 1, 1,
nens = 1,
/
When I run WRF with this namelist.input, it looks working.
I want to increase the number of ensemble members, and to do that I need to change the "nens" in namelist.input to 2,3,4,... each time I run the model.
and then run ./real.exe and ./wrf.exe?
And are the "nens" under "rand_perturb" different from the "nens" under "skebs"?
If I want to run the model again, can I change the namelist.input like this and then run it?
Code:
&stoch
rand_perturb = 1, 1, 1,
nens = 2,
skebs = 1, 1, 1,
nens = 2,
/