Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

Issue running WRF with no snow cover

mlwasserstein

New member
Hello WRF modeling community:

I am attempting to run WRF with no snow cover for a certain part of my domain (not the case in the real world for the event I'm simulating, but this is a sensitivity study). I modified the SNOWC variable in my wrfinput* files, so that it looked as I wanted (red indicates snow cover and SNOWC = 1 and blue indicates SNOWC = 0):

Screen Shot 2024-11-19 at 4.23.49 PM.png

In my very first wrfout file for the simulation, this also looks correct:

Screen Shot 2024-11-19 at 4.21.11 PM.png

However, in my next wrfout file for the next time, the SNOWC variable then looks like how it did before I modified my wrfinput file.

Screen Shot 2024-11-19 at 4.21.24 PM.png

Any idea as to why this may be?

If it helps, I've attached my namelist.input and namelist.wps files.
 

Attachments

  • namelist.input
    4.8 KB · Views: 6
  • namelist.wps
    1.3 KB · Views: 2
Responding as I've figured out this issue and maybe this will help others. There are 3 variables that need to be changed in the wrfinput* files in order to run with a modified "no snow cover". The following variables should be set to zero for the locations you want to run with no snow cover:

1. SNOWC - Flag indicating snow coverage
2. SNOWH - Physical snow depth
3. SNOW - Snow water equivalent

If you only change SNOWC, the resulting simulation will resort back to the original snow cover. And if you change one of SNOWH or SNOW, the simulation will crash.
 
Thanks for the update, --- you are absolutely right that all the 3 variables should be modified.
 
Top