> ncdump customColorMaps.nc
where # represents the number of custom tables currently stored in the file.numTables = UNLIMITED ; // (# currently)
"PW (CIMSS) ", "LI (CIMSS) ", "CTH (CIMSS) ", "Skin Temperature (CIMSS) ", "WV (CIMSS) " ;
tableKeys = 1000, 1001 ;
should become
tableKeys = 1000, 1001, 1002, 1003, 1004, 1005, 1006 ;
Do not add numbers below 1000 or leave any discontinuities between the previous list and the current one. Make sure a semicolon completes the series. Note these numbers as they correspond to the list of names. That is, note that the CTH (CIMSS) table associates with the number 1004 in the above example.
> ncgen LocalFilename.txt -o customColorMaps.nc
In /awips/fxa/data/localization/LLL, where LLL represents an office ID, edit LLL-satDepictKeys.txt using your editor of choice and update number in the last column of the GOES Sounder DPI products. Using the example tableKeys from step six above, it should look like the following after edit:
931 |2 |931 | |0 |0 |GOES Sounder DPI Lifted Index (C) |NA GOES Sounder DPI LI |8|0|1|1003 932 |2 |932 | |0 |0 |GOES Sounder DPI Total Precip Water (mm) |NA GOES Sounder DPI TPW |8|0|1|1002 933 |2 |933 | |0 |0 |GOES Sounder DPI Cloud Top Height (ft/100 MSL) |NA GOES Sounder DPI CTH |8|0|1|1004 934 |2 |934 | |0 |0 |GOES Sounder DPI Skin Temperature (C) |NA GOES Sounder DPI ST |8|0|1|1005
You may also wish to upgrade any or all UV imagery to CIMSS table by similarly changing the number in the last column (or second to last in the event of an additional column starting with an 's,') to the last number in the tableKeys series. Again, from step six above, it would be number 1006.
If LLL-satDepictKeys.txt does not exist, copy it from /awips/fxa/data/localizationDataSets/LLL/satDepictKeys.txt and make the appropriate changes.
Save and close the editor when complete.
Edit /awips/fxa/data/localization/LLL/LLL-localImageStyle.txt by appending the following for all water vapor scales. This may be done in a more selective manner by comparing the first column in LLL-satDepictKeys.txt to the first column of these suggested entries. Save when completed.
If LLL-localImageStyle.txt does not exist, create a new one.
103 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 109 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 113 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 119 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 133 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 989 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 803 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 809 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 903 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 909 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 913 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 919 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 923 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 929 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 173 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255 179 | |55. 0|40.|20.|0.|-20.|-35. 180 !|-40.|-60.|-80.|-110. 255
In LLL-satDepictKeys.txt, add ' (C)' after each WV product name (seventh column) with a changed color table. The result should be an entry that appears similar to IR Satellite (with the C for degrees Celsius) as compared to Visible Satellite (with counts/no units).
With change:
101 |2 |121 | |0 |0 |IR Satellite (C) |Nh IR Sat |8 |0 |1 |7 ... 103 |2 |123 | |0 |0 |Water Vapor Satellite (C) |Nh Water Vapor |8 |0 |1 |1006 104 |2 |124 | |0 |0 |Visible Satellite |Nh Vis Sat |8 |0 |1 |25,100
Author: Jordan Gerth, CIMSS/SSEC
Last Modified: 11 November 2005