You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

The Numerical Predicition Division (NPD) of Japan Meteorological Agency (JMA) has been working on TDCF migration of both surface and upper-air reports.

Surface

  • Assimilation of BUFR SYNOP reports was started on 16 October 2013.
  • Currently coordinates (latitude, longitude, and elevation) in BUFR is ignored and replaced by coordinates from Volume A, WMO Pub. 9.
  • Current implementation picks BUFR if TAC for the same station is absent;  the weight of BUFRs is little now but will grow when TAC reports are stopped
  • Figure below is the number of stations reporting Any SYNOP (black), Only TAC (red), TAC and BUFR (purple), and Only BUFR (blue), observed at NWP system in JMA.  The number of BUFR (purple + blue) firstly exceeds 50 % of entire SYNOP reports in mid-October 2014.  But there are still 40+% of stations which does not (probably cannot) send BUFR.

 

Trouble cases

Missing pressure for geopotential height

Starting at 11Z 23 January 2014, the SYNOP BUFR reports from the station 07497 BOURG ST-MAURICE contained:

  • missing value for 0-07-004 PRESSURE, follewd by
  • extremely large value for 0-10-009 GEOPOTENTIAL HEIGHT.

These values were decoded into 16 bit signed integers.  The missing value was converted to minimum possible value (-32768e1 Pa).  Unfortunately that was treated as valid value since geopotential was not missing.  Then that caused floating point exception in computation of power of (now negative!) pressure.  In the TAC (traditional alphanumeric) reports it was safely assumed geopotential is always missing when pressure is missing.  We are not monitoring later reports regarding this issue, as the NWP system was fixed immediately.  We also contacted the originating country, and they say it will be fixed.

Upper-air

  • BUFR TEMP in U.S. was once used in assimilation from April 25 2013
  • But it was stopped February 2014 (migration back to TAC)

Trouble cases

Starting February 2014, most of U.S. TEMP BUFR reports contained unnatural geopotential height.  This issue is explained detail in Errors in BUFR radiosonde data page by FNMOC.

  • No labels