************************************************************************ * * * LOOKUP TABLE FOR FIXED IPDS ELEMENTS FOR LDAS OUTPUT POST-PROCESSOR * * ROUTINE USING GRIB2. * * AUTHOR YOULONG XIA * * DATE 22 SEPTEMBER 2013 * *______________________________________________________________________* * * * KPDS ELEMENTS THAT CHANGE WITH TIME OR MODEL THAT ARE DEFINED IN * * POST-PROCESSOR ROUTINE: * * sec0(1) 0: Meteorological Products;1: Hydrologiical Products; * * 2: Land Surface Products * * ipdsnum 0: simultaneously; 8: accumulate or average * * ipdstmp(24) 0: avergae; 1: accumulation (shown in code) * * ipdstemllen number of parameters in pdt template table * * 15: simultaneously; 30: accumulation or average * * ipdstmp(1) category selected from sec0(1) and grib2 table in Sec4 * * see Table 4.0 for ipdsnum=0 and Tbale 4.8 for ipdsnum=8* * ipdstmp(2) Number for parameter (obtained from GRIB2 TAB * * ipdstmp(10) 1: Ground surface;103: specified height level above * * ground; 106:depth below land surface (m) * * ipdstmp(11) scaled factor of first fixed surface; 0:surface, 2:Soil* * ipdstmp(12) Value of soil layer depth (0, 10, 40, 100) * * ipdstmp(13) 1: Ground surface;103: specified height level above * * ground; 106:depth below land surface (m) dor 2nd layer * * ipdstmp(14) scaled factor of 2nd fixed surface; 0:surface, 2:Soil * * ipdstmp(15) Value of soil layer depth (0, 10, 40, 100, 200) * * ipdstmp(24) 0: average; 1:accumulation * idrstmp(3) Decimal scale factor * * THE ELEMENTS USED HERE THAT REMAIN FIXED (DO NOT VARY BY LDAS MODEL,* * TIME STEP, OR AMONG THE OUTPUT PARAMTERS) AND ARE DEFINED NOT IN * * THE TABLE, BUT IN THE OUTPUT POST-PROCESSOR ROUTINE: * * * * DETALIS CAN SEE * * http://www.nco.ncep.noaa.gov/pmb/docs/grib2/grib2_doc.shtml * * * ************************************************************************ * * *ABBREV sec0(1) ipdsnum ipdstemllen ipdstmp(1) ipdstmp(2) ipdstmp(10)* *ipdstmp(10),ipdstmp(12) ipdstmp(13) ipdstmp(14) ipdstmp(15)ipdstmp(24)* *idrstmp(3) * *----------------------------------------------------------------------* ARAIN 0 8 30 1 49 1 0 0 255 0 0 1 4 ASNOW 0 8 30 1 50 1 0 0 255 0 0 1 4 EVP 0 8 30 1 6 1 0 0 255 0 0 1 4 PEVEP 0 8 30 1 40 1 0 0 255 0 0 1 1 SSRUN 1 8 30 0 6 1 0 0 255 0 0 1 4 BGRUN 1 8 30 0 5 1 0 0 255 0 0 1 4 SOILM-LAYER1 2 0 15 3 20 106 0 0 106 2 10 0 2 SOILM-LAYER2 2 0 15 3 20 106 2 10 106 2 40 0 2 SOILM-LAYER3 2 0 15 3 20 106 2 40 106 2 80 0 2 SOILM-LAYER4 2 0 15 3 20 106 2 80 106 2 100 0 2 SOILM-LAYER5 2 0 15 3 20 106 2 100 106 2 120 0 2 SOILM-LAYER6 2 0 15 3 20 106 2 120 106 2 150 0 2 SOILM-TOTAL 2 0 15 3 20 106 0 0 106 2 150 0 2 SNOM 0 8 30 1 16 1 0 0 255 0 0 1 4 WEASD 0 0 15 1 13 1 0 0 255 0 0 0 4 SNOD 0 0 15 1 11 1 0 0 255 0 0 0 4