[Wrf-users] UPP 3.0, WRF-ARW and hourly and 3-hourly Precip Accumulations

Capehart, William J William.Capehart at sdsmt.edu
Sat Feb 20 11:51:59 MST 2016


OK thanks.

Would this script simply remove the lines that indicate

ACM CONVCTIVE PRECIP
ACM GRD SCALE PRECIP
ACM SNOWFALL

From the wrf_cntrl.parm file?

Bill


From: Dominikus Heinzeller <climbfuji at ymail.com<mailto:climbfuji at ymail.com>>
Date: Saturday, February 20, 2016 at 10:39 MST
To: William Capehart <William.Capehart at sdsmt.edu<mailto:William.Capehart at sdsmt.edu>>
Cc: Don Morton <don.morton at borealscicomp.com<mailto:don.morton at borealscicomp.com>>, "wrf-users at ucar.edu<mailto:wrf-users at ucar.edu>" <wrf-users at ucar.edu<mailto:wrf-users at ucar.edu>>
Subject: Re: [Wrf-users] UPP 3.0, WRF-ARW and hourly and 3-hourly Precip Accumulations

Hi William,

I think UPP can do that although it is well hidden in the code.

The point is that the fields accumulated precip (conv/gridscale/snow) and precip accumulated over a user-specified interval are defined with same grib code etc, which means that you have to suppress the output of one or the other. I once wrote a Python tool to generate the wrf_cntrl.parm using a Python dictionary in which all possible fields are listed. These were obtained from UPPv2.1, so some things might have changed. Here is a short extract from the Python tool for the fields you are interested in:

    "ACM CONVCTIVE PRECIP" : { "levelcode" :   1, "gribcode" :  63, "description" : "Accumulated convective precipitation" },
    "ACM GRD SCALE PRECIP" : { "levelcode" :   1, "gribcode" :  62, "description" : "Accumulated grid-scale precipitation" },
    "ACM SNOWFALL"         : { "levelcode" :   1, "gribcode" :  65, "description" : "Accumulated snowfall" },
    "BUCKET CONV PRECIP"   : { "levelcode" :   1, "gribcode" :  63, "description" : "Convective precipitation accumulated over user-specified" },
    "BUCKET GRDSCALE PRCP" : { "levelcode" :   1, "gribcode" :  62, "description" : "Grid-scale precipitation accumulated over user-specified" },
    "BUCKET SNOW PRECIP"   : { "levelcode" :   1, "gribcode" :  65, "description" : "Snow accumulated over user- specified bucket" },

If you search for those names in the UPP source code, you will find that the bucket values are accumulated precip between the specified output times. In v2.1, you’ll find it in src/unipost/SURFCE.f. Also, these variables are listed in the UPP user’s guide (http://www.dtcenter.org/upp/users/docs/user_guide/V3/upp_users_guide.pdf).

Let me know if you are interested in the Python tool.

Cheers

Dom

On 20/02/2016, at 10:05 AM, Capehart, William J <William.Capehart at sdsmt.edu<mailto:William.Capehart at sdsmt.edu>> wrote:

Hi Don.  We need the integrated precip value not the prate value of file-time.

From: Don Morton <don.morton at borealscicomp.com<mailto:don.morton at borealscicomp.com>>
Date: Saturday, February 20, 2016 at 09:40 MST
To: William Capehart <William.Capehart at sdsmt.edu<mailto:William.Capehart at sdsmt.edu>>
Cc: "wrf-users at ucar.edu<mailto:wrf-users at ucar.edu>" <wrf-users at ucar.edu<mailto:wrf-users at ucar.edu>>
Subject: Re: [Wrf-users] UPP 3.0, WRF-ARW and hourly and 3-hourly Precip Accumulations

Hi,

I've been generating a "prate" field with units of kg m-2 s-1 with UPP.  Is this something you could use more easily than hacking around with wgrib?

---
Don Morton, Owner/Manager
Boreal Scientific Computing LLC
Fairbanks, Alaska USA
http://www.borealscicomp.com/
http://www.borealscicomp.com/Miscellaneous/MortonBio/

On Sat, Feb 20, 2016 at 4:31 PM, Capehart, William J <William.Capehart at sdsmt.edu<mailto:William.Capehart at sdsmt.edu>> wrote:
Hi All:

I am working with our local NWS office and they are requesting GRIB output from our realtime WRF-ARW runs to have hourly precip accumulations.

Currently our experience with the UPP 3.0 tool has us able to output accumulated precip over the whole simulation in GRIB but not hourly.  We are using the prec_acc_dt = 6 option and are receiving the normal precip accumulated outputs and also the requested PREC_ACC_C, PREC_ACC_NC, and SNOW_ACC_NC fields.

UPP however is only accessing RAINNC and RAINC for output as per pages 7-9 for the output grib file and is displaying the total simulated accumulations.

Is there an easy patch for this, e.g., artfully using wgrib, gribw or hacking the UPP code that has given other people success in this area?

Thanks Much,
================================================================
Bill Capehart <William.Capehart at sdsmt.edu<mailto:William.Capehart at sdsmt.edu>>   Associate Professor
Atmospheric & Environmental Sciences            Program Director
Civil and Environmental Engineering             Hydrometeorology
213 Mineral Industries Building
South Dakota School of Mines and Technology     Skype: wcapehart
501 East Saint Joseph Street                 Ph: +1-605-394-1994<tel:%2B1-605-394-1994>
Rapid City, SD 57701-3995                Mobile: +1-605-484-5692<tel:%2B1-605-484-5692>
=================== http://capehart.sdsmt.edu<http://capehart.sdsmt.edu/> ==================




_______________________________________________
Wrf-users mailing list
Wrf-users at ucar.edu<mailto:Wrf-users at ucar.edu>
http://mailman.ucar.edu/mailman/listinfo/wrf-users


_______________________________________________
Wrf-users mailing list
Wrf-users at ucar.edu<mailto:Wrf-users at ucar.edu>
http://mailman.ucar.edu/mailman/listinfo/wrf-users

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160220/ca08cbb3/attachment-0001.html 


More information about the Wrf-users mailing list