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

RAINNC and RAINC values errors

annubhav884

New member
I run the wrf model for 15 days duration. In wrfout file generated, I did console the RAINNC and RAINC values for specific lat,long,time period. All values I get are between 0 and 1. For example : 0.0004152, 0.00006559, 0.008e-5 and so on. None of them are not even close to 1. But actual values for same tuple : lat,long,time period are like 1.05, 5.26, 9.56 and so on. Why is it happening ?

My namelist.wps file :



My namelist.wps file :
 

Attachments

  • Screenshot (593).png
    Screenshot (593).png
    49 KB · Views: 6
  • Screenshot (596).png
    Screenshot (596).png
    45.1 KB · Views: 7
  • Screenshot (595).png
    Screenshot (595).png
    46.7 KB · Views: 5
  • Screenshot (594).png
    Screenshot (594).png
    53.6 KB · Views: 7
Hi,
Instead of screenshots, can you attach your full namelist.input file, and please also let us know which version of WRF you are running. Thanks!
 
Thanks for reply! I have attached full namelist.input file and namelist.wps file.
I am using wrf version 4.1.2.
 

Attachments

  • namelist.input
    3.1 KB · Views: 3
  • namelist.wps
    642 bytes · Views: 3
Thanks for sending those. I can't say for sure what the issue is, and unfortunately sometimes model simulations just don't get the forecast accurately, but there are a few things you can try.
1) Anytime you're running for more than 5 days, you really should be using additional (higher resolution SST input, with the sst_update option)
2) Your domain is 10km, which can be somewhat of a "gray zone" for cumulus parameterization (read more about that here) - meaning you may or may not need to turn on a cumulus scheme. You could consider having a nested domain inside the 10km domain (for e.g., you could use a 5:1 parent_grid_ratio and have a 15km outer domain where you keep the cumulus scheme turned on, and then a 3km nest, where it's turned off - set to 0).
4) You may also need to play around with various physics options. You are currently using the CONUS options, which typically work well for large continental areas, but I believe your domain is in the middle of the ocean, which means you would probably get better results using the "tropical" physics suite.

Another note: you are using the "lambert" map projection during WPS, but your domain is closer to the Equator, meaning you may want to consider using a mercator projection.
 
Top