Hi,
I am trying to understand how the WRF SCM works (not many people seem to use it). I am confused by the use of the multiple grids (2x2) in the namelist (s_we=1, e_we=3; s_sn=1, e_sn=3). If I understood correctly this is mainly for numerical computing reason. However, I am wondering how does the Boundary Conditions in WRF SCM work? Specifically:
Sorry if the questions are a bit trivial, I appreciate any insights you can provide me!
I am trying to understand how the WRF SCM works (not many people seem to use it). I am confused by the use of the multiple grids (2x2) in the namelist (s_we=1, e_we=3; s_sn=1, e_sn=3). If I understood correctly this is mainly for numerical computing reason. However, I am wondering how does the Boundary Conditions in WRF SCM work? Specifically:
- Does the forcing data replace boundary conditions in the SCM setup? i.e. Forcing data is used the same way as BCs?
- In the namelist (as well as the README file for SCM), the Boundary Condition option is set to "Periodic" in X and Y. Is this periodic BC per grid cell? or per domain? That is, does the forcing/BC go out one end of the GRID (e.g. at j=1) and then enter from the other end of the GRID (e.g. at j=2), or does it go out from one end of the DOMAIN (e.g. at j=1) and come back in the other end of the DOMAIN (i.e. at j=3)
Sorry if the questions are a bit trivial, I appreciate any insights you can provide me!