Hello beautiful community,
I have tried using WRF to run pseudo-idealized simulations. Basically, what I did was:
The reason for this is that WRF does not allow to have specified values at one edge and e.g., radiation boundary conditions on other sides. All must be specified or none. I was hoping I could get semi-stationary results by making the parent domain really large but the attenuation with time prevents this from happening. Alas, it seems like this will not be possible.
My question is this (well, several questions):
I have tried using WRF to run pseudo-idealized simulations. Basically, what I did was:
- Fetch some boundary and initial conditions (e.g., ERA5)
- Replace them with fields uniform in (x, y) space, effectively replacing the input data with a height-dependent sounding
- Flatten terrain and replace the static fields with simple, uniform values
- Add a mountain
The reason for this is that WRF does not allow to have specified values at one edge and e.g., radiation boundary conditions on other sides. All must be specified or none. I was hoping I could get semi-stationary results by making the parent domain really large but the attenuation with time prevents this from happening. Alas, it seems like this will not be possible.
My question is this (well, several questions):
- Have there been attempts to implement inflow boundary conditions on one side in WRF? I know it would be really helpful for e.g., mountain wave simulations (idealized).
- How complicated would they be to implement? I have a desire to dabble in WRF code, but it would be nice to have a map which illustrates how various modules and programs interact in WRF (i.e., this routine calls this routine which does X etc.). is there such a map?