source: flexpart.git/flexpart_code/Vtables/Vtable_ncep_grib1 @ b398fb6

FPv9.3.1FPv9.3.1b_testingFPv9.3.2fp9.3.1-20161214-nc4grib2nc4_repair
Last change on this file since b398fb6 was 496c607, checked in by Don Morton <Don.Morton@…>, 8 years ago

Initial commit of FPv9.3.1

Currently, this is a clone of snapshot FPv9.3.0

  • Property mode set to 100644
File size: 6.6 KB
Line 
1fpname   | paramId | indofParam | discipline | category | number | typeSurf  | typeofLevel        | units     | shortName |   description      | gribVersion | center |
2---------+---------+------------+------------+----------+--------+-----------+--------------------+-----------+-----------+--------------------+------------+---------+
3TT       |         |    11      |            |          |        |  100      |  isobaricInhPa     |    K      |    t      | Temperature        |     1      | kwbc   |
4UU       |         |    33      |            |          |        |  100      |  isobaricInhPa     | m s**-1   |    u      | U component of wind|     1      | kwbc   |
5VV       |         |    34      |            |          |        |  100      |  isobaricInhPa     | m s**-1   |    v      | V component of wind|     1      | kwbc   |
6RH       |         |    52      |            |          |        |  100      |  isobaricInhPa     |    %      |    r      | Relative humidity  |     1      | kwbc   |
7PS       |         |     1      |            |          |        |  1        |  surface           | Pa        |    sp     | Surface pressure   |     1      | kwbc   |
8WW       |         |    39      |            |          |        |  100      |  isobaricInhPa     | Pa s**-1  |    w      | Vertical velocity  |     1      | kwbc   |
9SD       |         |    65      |            |          |        |  1        |  surface           | kg m**-2  |   sf      | Snow Fall water equ|     1      | kwbc   |
10SLP      |         |     2      |            |          |        |  102      |  meanSea           | Pa        |   msl     | Mean sea lev. pres.|     1      | kwbc   |
11U10      |         |    33      |            |          |        |  105      |  heightAboveGround | m s**-1   |    10u    | 10 m u wind        |     1      | kwbc   |
12V10      |         |    34      |            |          |        |  105      |  heightAboveGround | m s**-1   |    10v    | 10 m v wind        |     1      | kwbc   |
13T2       |         |    11      |            |          |        |  105      |  heightAboveGround |    K      |    2t     | 2 metre temperature|     1      | kwbc   |
14TCC      |         |    71      |            |          |        |  244      | Convec. cld layer  |    %      |    tcc    | Total cloud cover  |     1      | kwbc   |
15LSPREC   |         |            |     0      |    1     |   8    |   1       |  surface           | kg m**-2  |    tp     |    total precip.   |     2      | kwbc   |
16CONVPREC |         |            |     0      |    1     |   10   |   1       |  surface           | kg m**-2  |   acpcp   | convective precip. |     2      | kwbc   |
17ORO      |         |     7      |            |          |        |   1       |  surface           |    m      |   orog    | Orography          |     1      | kwbc   |
18LSM      |         |    81      |            |          |        |   1       |  surface           |  (0 - 1)  |   lsm     | Land-sea mask      |     1      | kwbc   |
19HMIX     |         |   221      |            |          |        |   1       |  surface           |    m      |   hpbl    | Planetary BLH      |     1      | kwbc   |
20RH2      |         |    52      |            |          |        |  105      |  heightAboveGround |    %      |    r      | Relative humidity  |     1      | kwbc   |
21TSIG1    |         |    11      |            |          |        |  107      |  sigma             |    K      |    t      | Temperature        |     1      | kwbc   |
22USIG1    |         |    33      |            |          |        |  107      |  sigma             | m s**-1   |    u      | U component of wind|     1      | kwbc   |
23VSIG1    |         |    34      |            |          |        |  107      |  sigma             | m s**-1   |    v      | V component of wind|     1      | kwbc   |
24---------+---------+------------+------------+----------+--------+-----------+--------------------+-----------+-----------+--------------------+------------+--------+
25#
26#  This table constitutes the parameters that work for NCEP GRIB1 files available in the CTBTO operational
27#  data, as well as the NCEP FNL Operational Model Global Tropospheric Analyses, continuing from
28#  July 1999, available from http://rda.ucar.edu/datasets/ds083.2/  (a quick comparision of CTBTO and
29#  UCAR NCEP GRIB1 files revealed them to be bitwise-identical)
30#
31#  For the most part, parameters were chosen by looking through the codes used in readwind_gfs.f90,
32#  but cross-checking was done using some of the information available at the following site:
33#
34#  * NCEP Parameter Code Table 1 -- http://rda.ucar.edu/datasets/ds083.2/#metadata/grib.html?_do=y
35#
36#  Note that there has been no testing of variables TCC, CONVPREC and LSPREC.  In fact, none of the
37#  commonly available NCEP GIRB1 files seem to contain these variables.  The entries in this table for
38#  those three variables is not much more than a "best guess," and should not be trusted as being
39#  correct at this point.
40#
41
42
43
44#  Vtable for NCEP model-level data in GRIB1
45# typeSurf = typeOfFirstFixedSurface
46# indOfParam = indicatorOfParameter for GRIB1
47# typeofLeve for GRIB 1 is equivalent to indicatorOfTypeOfLevel
48# NOTES FOR DON:
49#   New variable RH was in ECMWF QH --- QH is obtained from RH in the readwind_gfs code
50# - SLP is read in initially to get params but it is in fact the MSL
51# - new variable HMIX -- mixing height
52# - new variables *SIG1 -- new variables used to calculate fluxes and stresses
53# - ETADOT is not existing, but there is the vertical velocity. I leave the same ETADOT FP name... or shall we call it WW? just a change in name
54
55#! There is no ParamId or infofParam from the GRIB files!!! 
56
57# RH in readwind_gfs.f90 code has number 1 but the GRIB files have it 0! I have checked with grib_dump
58# readwind_gfs.f90 tries to get the total cloud cover, but it is not in the GRIB data
59# NCEP data in our case_data does not have Total Cloud Cover! it tries to read it, but it is not in the files. 
60# ... we DO HAVE TCC in the data we get at ZAMG
61# precipitation is complex. I find only frozen precip fraciton in the files, but readwind, reads some parameters
62# ... that are tp and convprec if GRIB2!! our test data has no precipitation data. In the data we get at ZAMG
63# ... we DO HAVE total precipitation data and Convective precipitation!!!
64# ... LSPREC is actually total precip .... but I insist, we do not have water precip in our case data!!
65# ALso at ZAMG we have relative and specific humidity! what does CTBTO have?
66# ALso funny, in readwind_gfs it says that td2 is calculated because it is not in GFS data
67# ... but we have it in the data and we do not have the relative humidity at 2 m
Note: See TracBrowser for help on using the repository browser.
hosted by ZAMG