From ebis@wesley.wwb.noaa.gov Tue Mar 6 10:02:58 2001 Received: from ncar.UCAR.EDU (ncar.ucar.edu [128.117.64.4]) by niwot.scd.ucar.edu (8.9.1a/8.9.1) with ESMTP id KAA03343 for ; Tue, 6 Mar 2001 10:02:58 -0700 (MST) From: ebis@wesley.wwb.noaa.gov Received: from wesley.wwb.noaa.gov (wesley.wwb.noaa.gov [140.90.132.40]) by ncar.UCAR.EDU (8.9.1a/) with ESMTP id KAA17377 for ; Tue, 6 Mar 2001 10:02:57 -0700 (MST) Received: (from ebis@localhost) by wesley.wwb.noaa.gov (8.8.7/8.8.7) id MAA22501 for joseph@ucar.edu; Tue, 6 Mar 2001 12:02:44 -0500 Message-Id: <200103061702.MAA22501@wesley.wwb.noaa.gov> Subject: Re: REANAL2 Specific Humidity To: joseph@ucar.edu (Dennis Joseph) Date: Tue, 6 Mar 2001 12:02:44 -0500 (EST) In-Reply-To: <3AA5118B.EFF78B73@ucar.edu> from "Dennis Joseph" at Mar 06, 2001 09:34:19 AM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Length: 656 Status: RO X-Status: X-Keywords: > > Wesley, > > One of our users reported constant fields of zero for specific humidity > on the highest few sigma levels. Is the same problem as the > Reanalysis 1, with lack of precision resulting in poor representation > in the high levels? > > Thanks. > > Dennis > Dennis, Yes, you are right. The code writes the SPFH to the nearest 0.1 gm/kg which is zero for the upper levels. AFAIK the sigma->sigma-grib converter was unchanged from R1 to R2. (sigma->sigma-grib, sigma->isentropic and sigma->pgb programs are now portable and "cheap" to run. Users who want more precision or levels should run the programs themselves.) Wesley